function open_video()
{
 w1 = window.open("../INDEX/pop_video.asp", "video", 'left=100,top=100,width=470,height=370,scrollbars=yes,screenX=0,screenY=0');
 w1.focus();
 return false;
}


function HomeFlash()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="454" height="208">');
    document.write('<param name="movie" value="../../FLASH/idx.swf">');
    document.write('<param name="quality" value="high">');
	 document.write(' <param name="wmode" value="transparent">');
    document.write('<embed src="../../FLASH/idx.swf" quality="high" wmode="transparent"  pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="454" height="208"></embed>');
    document.write('</object>');
}

function IndFlash()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="332" height="124">');
    document.write('<param name="movie" value="../../FLASH/ind.swf">');
    document.write('<param name="quality" value="high">');
	 document.write(' <param name="wmode" value="transparent">');
    document.write('<embed src="../../FLASH/ind.swf" quality="high" wmode="transparent"  pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="332" height="124"></embed>');
    document.write('</object>');
}