function mvwin(src,w,h,ttl){
var w=window.open("","_blank","width="+w+",height="+h+",scrollbars=yes,resizable=yes,status=no")
  with(w.document){
    open()
    writeln("<html><head><title>ラスベガスのホテル、ショー、レストラン等の観光情報【ようこそラスベガス】</title></head>")
    writeln("<body leftmargin=\"5\" topmargin=\"5\" marginwidth=\"5\" marginheight=\"5\">")
    writeln("<LINK REL=\"stylesheet\" HREF=\"../css/common.css\" TYPE=\"text/css\">")

    writeln("<table border=\"0\" width=\"540\" cellspacing=\"0\" cellpadding=\"0\">")
    writeln(" <tr>")
    writeln("  <td valign=\"bottom\" width=\"40\">")
    writeln("   <p class=\"layout2\"><img src=\"./img/mov_top_bar_icon.gif\"></p>")
    writeln(" </td>")
    writeln(" <td valign=\"center\" width=\"500\">")
    writeln("   <font size=\"2\"><b>" + ttl + "</b></font>")
    writeln("  </td>")
    writeln(" </tr>")
    writeln(" <tr>")
    writeln("  <td colspan=\"2\">")
    writeln("   <img src=\"./img/mov_top_bar.gif\">")
    writeln("  </td>")
    writeln(" </tr>")
    writeln("</table>")

    writeln("<br>")

    writeln("<table border=\"0\" width=\"560\" cellspacing=\"0\" cellpadding=\"0\">")
    writeln(" <tr>")
    writeln("  <td align=\"center\">")
    writeln("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"layout\">")
    writeln("<tr><td width=\"4\" height=\"14\"><img src=\"./img/table/1.gif\"></td><td background=\"./img/table/2.gif\"><!-- BLANK --></td><td background=\"./img/table/3.gif\"><!-- BLANK --></td></tr><tr><td background=\"./img/table/4.gif\"></td><td>")





    writeln("<OBJECT ID=\"MediaPlayer1\" WIDTH=\"480\" HEIGHT=\"410\" classid=\"CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95\" CODEBASE=\"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715\" standby=\"Loading Microsoft Windows Media Player components...\" type=\"application/x-oleobject\">")
    writeln("<PARAM NAME=\"ShowStatusBar\" VALUE=\"true\">")
    writeln("<PARAM NAME=\"Showtracker\" VALUE=\"true\">")
    writeln("<PARAM NAME=\"ShowDisplay\" VALUE=\"false\">")
    writeln("<PARAM NAME=\"ShowControls\" VALUE=\"true\">")
    writeln("<PARAM NAME=\"ShowAudioControls\" VALUE=\"true\">")
    writeln("<PARAM NAME=\"ShowPositionControls\" VALUE=\"false\">")
    writeln("<PARAM NAME=\"AutoStart\" VALUE=\"true\">")
    writeln("<PARAM NAME=\"FileName\" VALUE=\"" + src + "\" >")
    writeln("<EMBED type=\"application/x-mplayer2\" pluginspage=\"http://www.microsoft.com/Windows/Downloads/Contents/")
    writeln("Products/MediaPlayer/\"")
    writeln("DisplaySize=\"false\"")
    writeln("ShowDisplay=\"false\"")
    writeln("ShowControls=\"true\"")
    writeln("ShowVolumeControls=\"true\"")
    writeln("AutoStart=\"false\"")
    writeln("width=\"480\"")
    writeln("height=\"410\"")
    writeln("Src=\"" + src + "\">")
    writeln("</EMBED>")
    writeln("</OBJECT>")





    writeln("</td><td background=\"./img/table/5.gif\"></td></tr><tr><td height=\"14\"><img src=\"./img/table/6.gif\"></td><td background=\"./img/table/7.gif\"><!-- BLANK --></td><td width=\"4\"><img src=\"./img/table/8.gif\"></td></tr>")
    writeln("</table>")
    writeln("<a href=\"javascript:window.close()\"><img src=\"./img/close.gif\" alt=\"閉じる\" border=\"0\"></a>")
    writeln("  </td>")
    writeln(" </tr>")
    writeln("</table>")

    writeln("<br>")

    writeln("<table border=\"0\" width=\"540\" cellspacing=\"0\" cellpadding=\"0\">")
    writeln(" <tr>")
    writeln("  <td align=\"center\">")
    writeln("<p>")
    writeln("ラスベガス周辺の大自然を中心としたハイビジョンの映像　FOOTAGE　色々あります。")
    writeln("</p>")
    writeln("  </td>")
    writeln(" </tr>")
    writeln(" <tr>")
    writeln("  <td align=\"right\">")
    writeln("<p>")
    writeln("お問合せは <a href=\"mailto:jcts@lvcm.com/\" target=\"_blank\">jcts@lvcm.com</a> まで。")
    writeln("</p>")
    writeln("  </td>")
    writeln(" </tr>")
    writeln("</table>")

    writeln("<br>")
    writeln("<br>")

    writeln("<table border=\"0\" width=\"540\" cellspacing=\"0\" cellpadding=\"0\">")
    writeln(" <tr>")
    writeln("  <td align=\"center\">")
    writeln("<p>動画の再生には、プレーヤーソフトウエアの <a href=\"http://www.microsoft.com/japan/windows/windowsmedia/download/\" target=\"_blank\">Windows Media Player 9</a> 以降(無料) が必要です。")
    writeln("<br>")
    writeln("<a href=\"http://www.microsoft.com/japan/windows/windowsmedia/download/\" target=\"_blank\"><img src=\"./img/windowsmedia.gif\" hspace=\"5\" vspace=\"5\" alt=\"Windows Media Player Download\" border=\"0\" align=\"right\"></a>")
    writeln("右のアイコンをクリックし、手順に従ってインストールしてください。")
    writeln("</p>")
    writeln("  </td>")
    writeln(" </tr>")
    writeln("</table>")



    writeln("</body></html>")
    close()
  }
}




