function flashLoad(swfName,width,height){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="');
document.write(width);
document.write('" height="');
document.write(height);
document.write('">');
document.write('<param name="movie" value="img/');
document.write(swfName);
document.write('.swf"> ');
document.write('<param name="allowScriptAccess" value="always"> ');
document.write('<embed src="img/');
document.write(swfName);
document.write('.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="');
document.write(width);
document.write('" height="');
document.write(height);
document.write('"></embed> ');
document.write(' </object>   ');
}
function gameLoad(swfName,width,height){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="');
document.write(width);
document.write('" height="');
document.write(height);
document.write('">');
document.write('<param name="movie" value="');
document.write(swfName);
document.write('.swf"> ');
document.write('<param name="allowScriptAccess" value="always"> ');
document.write('<embed src="');
document.write(swfName);
document.write('.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="');
document.write(width);
document.write('" height="');
document.write(height);
document.write('"></embed> ');
document.write(' </object>   ');
}
