/*
==================================================================
general xhtml 1.0 - Main style sheet - liquid design 2007-03-29
Author - ?-? Backa made by pngÍ¸Ã÷
==================================================================
*/
function LoadObject(movie,width,height,id,mode,vars) 
{
var transparent="";
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' height='"+height+"' width='"+width+"' id='"+id+"' name='"+id+"'>"); 
document.write("<param name='allowScriptAccess' value='sameDomain'/>");
document.write("<param name='movie' value='"+movie+"' />");
document.write("<param name='quality' value='high' />");
document.write("<param name='allowFullScreen' value='true' />");
document.write("<param name='Flashvars' value='"+vars+"' />");
if(mode){
document.write("<param name='wmode' value='transparent'/>");
transparent="wmode='transparent'";
}else{
transparent="";
}
document.write("<embed src='"+movie+"' quality='high' width='"+width+"' height='"+height+"' name='"+id+"' allowFullScreen='true' swLiveConnect='true' "+transparent+"  align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"); 
document.write("</object>"); 
}
