/* Flash Object Function */
function flash (width,height,path,transp){

document.write('<OBJECT codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+width+'" HEIGHT="'+height+'" id="flash" ALIGN="left">');
document.write('<PARAM NAME="flash" VALUE="'+path+'"><PARAM NAME="quality" VALUE="high"><PARAM NAME="allowscriptaccess" VALUE="samedomain">');
if(transp==1){
 document.write('<PARAM NAME="wmode" VALUE="transparent">');
}
document.write('<EMBED src="'+path+'" quality=high ');
if(transp==1){ document.write('wmode=transparent ');}
document.write('WIDTH="'+width+'" HEIGHT="'+height+'" NAME="flash" ALIGN="left" swLiveConnect="true" allowScriptAccess="samedomain" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>');

}
function flash2 (width,height,path,transp){

document.write('<OBJECT codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+width+'" HEIGHT="'+height+'" id="flash2" ALIGN="left">');
document.write('<PARAM NAME="flash2" VALUE="'+path+'"><PARAM NAME="quality" VALUE="high"><PARAM NAME="allowscriptaccess" VALUE="samedomain">');
if(transp==1){
 document.write('<PARAM NAME="wmode" VALUE="transparent">');
}
document.write('<EMBED src="'+path+'" quality=high ');
if(transp==1){ document.write('wmode=transparent ');}
document.write('WIDTH="'+width+'" HEIGHT="'+height+'" NAME="flash2" ALIGN="left" swLiveConnect="true" allowScriptAccess="samedomain" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>');

}