	if (parent.location.href == self.location.href) {
		window.location.href = '../index.asp?mainpage="hogbonden/hogbonden.asp"';
	}
		
	function ppup(dest) {
		dimbackgr();
		document.getElementById("box").style.display='block';
		switch (dest) {
			case 0:
				document.getElementById("tbox").style.width='565px';
				document.getElementById("tbox").src="../hogbonden/hogb_turl.asp";
				break;
			case 1:
				document.getElementById("tbox").style.width='565px';
				document.getElementById("tbox").src="../hogbonden/hogbonden1.htm";
				break;
			default:
				break;
		}
	}

	function dimbackgr() {
		document.body.style.backgroundColor="#222222";
		document.getElementById("headbox").style.backgroundColor="#555555";
		document.getElementById("headbox").style.filter='alpha(opacity=30)';
		document.getElementById("headbox").style.opacity='.3';
	}
	
	function disable_active_button() {
		document.getElementById("dis").disabled='true';
	}