// JavaScript Document

function popUp1() {
var w;
var h;
w = 650;  // width
h = 400;  // height
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = ',top='+wint+',left='+winl;
window.open("/vw/video.htm","","width="+w+",height="+h+",menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0"+winprops);
}

function anim1()
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="460" height="300">\n');
document.write('<param name=movie value="/vw/fd/460.swf/$file/460.swf">\n');
document.write('<param name=quality value=high>\n');
document.write('<param name=menu value=false>\n');
document.write('<embed src="/vw/fd/460.swf/$file/460.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="460" height="300">\n');
document.write('</embed>\n');
document.write('</object>\n');
}

function anim2()
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="650" height="400">\n');
document.write('<param name=movie value="/vw/fd/650.swf/$file/650.swf">\n');
document.write('<param name=quality value=high>\n');
document.write('<param name=menu value=false>\n');
document.write('<embed src="/vw/fd/650.swf/$file/650.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="650" height="400">\n');
document.write('</embed>\n');
document.write('</object>\n');
}