function SelectVideo(){ var w = 640; var h = 520; var x = 0; var y = 0; var win = window.open('/movie/wmv_video.html', 'soundwindow', 'left='+x+',top='+y+',width='+w+',height='+h); }
function SelectVideo2(){ var w = 640; var h = 540; var x = 0; var y = 0; var win = window.open('movie4.html', 'soundwindow', 'left='+x+',top='+y+',width='+w+',height='+h); }