function viewFlash(filename,width,height,query,id){
	flashStr = '<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" WIDTH=\"'+width+'\" HEIGHT=\"'+height+'\" id=\"'+id+'\" ALIGN=\"\">';
	flashStr += '<PARAM NAME=movie VALUE=\"'+filename+'\">';
	flashStr += '<PARAM NAME=quality VALUE=high>';
	flashStr += '<PARAM NAME=wmode VALUE=transparent>';
	flashStr += '<PARAM NAME=bgcolor VALUE=#FFFFFF>';
	flashStr += '<PARAM name=allowScriptAccess value=\"always\" />';
	flashStr += '<PARAM name=flashvars value=\"'+query+'\"/>';
	flashStr += '<EMBED src=\"'+filename+'\" flashvars=\"'+query+'\" quality=high wmode=transparent menu=false bgcolor=#FFFFFF  WIDTH=\"'+width+'\" HEIGHT=\"'+height+'\" ALIGN=\"middle\"  name=\"'+id+'\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash\">';
	flashStr += '</OBJECT>';
	document.write(flashStr);
}





function winopen(url)
{ 
window.open(url,"url","width=750,height=800,history=no,resizable=no,status=no,scrollbars=yes,menubar=no");
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
 window.open(theURL,winName,features);
}

function m16(){
 location.href="javascript:MM_openBrWindow('http://aspic.co.kr/Kor/main/contact_us.html','','width=300,height=400');";    //contact us 
}

function m15(){
 location.href="javascript:MM_openBrWindow('http://ebook.gobizmail.com/sbc/fileroot/media/0/79/media/default1.html','','width=1050,height=750');";    //contact us 
}
