function flash_load(furl,fwid,fhei) //ÇÃ·¡½Ã ·Îµå Æã¼Ç!!  - ÁÖ¼Ò, ³ÐÀÌ, ³ôÀÌ
{
	document.write(" <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'"
	+ " codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'"
	+ " width=" + fwid + " height=" + fhei + " id='right_copyright'>"
	+ " <param name='wmode' value='transparent'>"
	+ " <param name=movie value='" + furl+"'>"
	+ " <param name=menu value =false>"
	+ " <param name=quality value=high>"
	+ " <embed src='" + furl +"' menu=false quality=high wmode=transparent"
	+ " width=" + fwid + " height=" + fhei + " name='right_copyright' "
	+ " type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'>"
	+ " </embed>"
	+ " </object>") ;
}

function Sh(){
var FormName = document.Finding
	if(FormName.fname.value == "all"){
		FormName.submit();
	}
	else{
		if(FormName.fname.value == ""){
			alert("ºÐ·ù¸¦ ¼±ÅÃÇØÁÖ¼¼¿ä");
		}
		else if(FormName.fword.value == ""){
			alert("°Ë»öÇÒ ³»¿ëÀ» Àû¾îÁÖ¼¼¿ä");
		}
		else{
			FormName.submit();
		}
	}
}

function PageView(p,fn,fw,ind,url){
		document.GoPage.Pindex.value = ind;
		document.GoPage.fname.value = fn;
		document.GoPage.fword.value = fw;
		document.GoPage.page.value = p;

		document.GoPage.action = url;
		document.GoPage.method = "POST";
		document.GoPage.submit();
}

function PageView_mini(ind,url){
		document.GoPage.Pindex.value = ind;
		document.GoPage.action = url;
		document.GoPage.method = "POST";
		document.GoPage.submit();
}

function PageSubmit(p,fn,fw,url){
		document.GoPage.fname.value = fn;
		document.GoPage.fword.value = fw;
		document.GoPage.page.value = p;

		document.GoPage.action = url;
		document.GoPage.method = "POST";
		document.GoPage.submit();
}




function hidestatus() { 
window.status='' 
return true 
} 


if (document.layers) 
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT) 


document.onmouseover=hidestatus 
document.onmouseout=hidestatus 
