{[['
']]}
Posted by Unknown
Posted on 11:18
with No comments
Posted by Unknown
Posted on 10:32
with No comments
function openpopupvideo() {
// this opens up a pop up window you can fill with your video.
// change the height, width, and video name to match your specific video
windowhandle=window.open("", "newwin", "height=350, width=350");
windowhandle.document.write('My Video');
windowhandle.document.write('');
}
{[['
']]}