function Go_Intro(){ location.href='../../index.php?View=01'; }
function Go_Home(){ location.href='../../'; }
function Go_Url(A,B,C){ location.href='../'+A+'/index.php?Dir='+B+'&Sub='+C; }
function Go_Url_page(A,B,C,D){ location.href='../'+A+'/index.php?Dir='+B+'&Sub='+C+'&LeftPage='+D; }
function Go_Url_page_2(A,B,C,D){ parent.location.href='../'+A+'/index.php?Dir='+B+'&Sub='+C+'&LeftPage='+D; }

function Go_Page(A,B){ location.href='index.php?Dir='+A+'&Sub='+B; }
function Go_Admin(A,B,C){ location.href='index.php?Mode='+A+'&Dir='+B+'&Sub='+C;}
function Go_Open(A,B,C){/*Bar¾Èº¸ÀÓ*/
	var Url = A;  
	var W = B;
	var H = C;
	window.open(Url,"","left=1,top=1,toolbar=0,menubar=0,scrollbars=auto,resizable=no,width=" + W +",height=" + H + ";");
}
function Go_Open_Bar(A,B,C){/*Barº¸ÀÓ*/
	var Url = A;  
	var W = B;
	var H = C;
	window.open(Url,"","left=1,top=1,toolbar=0,menubar=0,scrollbars=yes,resizable=no,width=" + W +",height=" + H + ";");
}
function Go_Homepage(A){
	window.open(A);
}

function Go_Homepage(A){
	window.open(A);
}
function Image_View(Img,Txt) { 
	Big_Image.filters[0].Apply(); 
	Big_Image.src=Img; 
	Big_Image.filters[0].Play();
	if(Txt!=""){
		document.all.Image_Text.innerHTML = Txt;
	}
}

function Showme(bbi){
	if(eval(bbi).style.display == '') eval(bbi).style.display='none';
	else eval(bbi).style.display = '';
}
