// JavaScript Document

function video1()
{
videoWindow = window.open ("", "video_window",
    "location=1,status=1,scrollbars=0,width=650,height=400,left=100,top=100");

videoWindow.document.write('<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/h860Yp5MHiI&color1=0xb1b1b1&color2=0xd0d0d0&hl=en_US&feature=player_embedded&fs=1">   </param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param>    <embed src="http://www.youtube.com/v/h860Yp5MHiI&color1=0xb1b1b1&color2=0xd0d0d0&hl=en_US&feature=player_embedded&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="385"></embed></object></p>')
}

function video2()
{
videoWindow = window.open ("", "video_window",
    "location=1,status=1,scrollbars=0,width=650,height=400,left=100,top=100");

videoWindow.document.write('<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/ze15P2kDwQg&rel=0&color1=0xb1b1b1&color2=0xd0d0d0&hl=en_US&feature=player_embedded&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/ze15P2kDwQg&rel=0&color1=0xb1b1b1&color2=0xd0d0d0&hl=en_US&feature=player_embedded&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="385"></embed></object></p>')
}

