function main_index(strURL, strwidth, strheight){
	document.open();
	document.write( '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="'+ strwidth + '" height="'+ strheight + '">\r' );
	document.write( '<param name="movie" value="'+ strURL + '">\r' );
	document.write( '<param name="quality" value="high">\r' );
	document.write( '<param name="wmode" value="none">\r' );
	document.write( '<param name="menu" value="false">\r' );
	document.write( '<param name="scale" value="exactfit">\r' );
	document.write( '<embed src="'+ strURL + '" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+ strwidth + '" height="'+ strheight + '"wmode="transparent">\r' );
	document.write( '</embed>' );
	document.write( '</object>' );
	document.close();
}
function main_indexdrag(strURL, strwidth, strheight){
	document.open();
	document.write( '<object id="divpop" style="position:absolute;width:530;height:730;z-index:100;display:none;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" class="drag" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="'+ strwidth + '" height="'+ strheight + '">\r' );
	document.write( '<param name="movie" value="'+ strURL + '">\r' );
	document.write( '<param name="quality" value="high">\r' );
	document.write( '<param name="wmode" value="transparent">\r' );
	document.write( '<param name="menu" value="false">\r' );
	document.write( '<param name="scale" value="exactfit">\r' );
	document.write( '<embed src="'+ strURL + '" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+ strwidth + '" height="'+ strheight + '"wmode="transparent">\r' );
	document.write( '</embed>' );
	document.write( '</object>' );
	document.close();
}

function opW(strURL){
	
}