//Ç®·¡½¬
function getflash(URL,wid,hei,mode)
{
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+wid+"' height='"+hei+"'>");
document.write("<param name='movie' value='"+URL+"' />");
document.write("<param name='quality' value='high' />");
document.write("<param name='WMODE' value='"+mode+"' />");
//document.write("<param name='salign' value='"+TL+"' />");
//document.write("<param name='scale' value='" + scale + "' />");
//document.write("<embed src='"+URL+"' quality='high' wmode='"+mode+"' scale='"+scale+"' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+wid+"' height='"+hei+"'></embed>");
document.write("<embed src='"+URL+"' quality='high' wmode='"+mode+"' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+wid+"' height='"+hei+"'></embed>");
document.write("</object>");
}

function _flashAlert(str){
	alert(str);
}
function _flashLink(str){
	if( str=="»óÁ¡" ) location.href=main_html+"shop/goods_list.php";
	else if( str=="»çÁø°ü" ) location.href=main_html+"photo/photo.php";
	else if( str=="¿µ»ó°ü" ) location.href=main_html+"movie/board.php";
	else if( str=="Ãâ¼®" ) location.href=main_html+"attendance/attendance.php";
	else if( str=="ÇÁ¸°½º¼º" ) location.href=main_html+"prince/prince.php";
	else if( str=="Å©¸®¼º" ) location.href=main_html+"cree/notice.php";
	else {}
}
