function Start(page,x,y) {
OpenWin = this.open(page, "Video", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width="+x+",height="+y+"'");
}
