function runSWF(src,w,h)
{
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0";
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="'+codebase+'" width="'+w+'" height="'+h+'">\n');
document.write('<param name="movie" value="'+src+'" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<embed src="'+src+'" quality="high" wmode="transparent" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed>\n');
document.write('</object>\n');
}

function runVR()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320">\n');
document.write('<param name="cache" value="true">\n');
document.write('<param name="src" value="/popup/images/odawara.mov">\n');
document.write('<param name="autoplay" value="true">\n');
document.write('<param name="controller" value="true">\n');
document.write('<embed height="256" pluginspage="http://www.apple.com/quicktime/download/" src="/popup/images/odawara.mov" type="video/quicktime" width="320" controller="true" autoplay="true" cache="true">\n');
document.write('</object>\n');
}

function goToURL() { //v3.0
  var i, args=goToURL.arguments; document.returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
