
//window open base//

function openwin(url) {
newWindow = window.open(url, 'beetv','left=0,top=0,width=500,height=345,location=no,status=yes,scrollbars=yes,directories=yes,menubar=yes,resizable=yes,toolbar=yes');
 newWindow.focus();
}

function openmovie(url) {
newWindow = window.open(url, 'beetv','left=0,top=0,width=500,height=500,location=no,status=yes,scrollbars=yes,directories=yes,menubar=yes,resizable=yes,toolbar=yes');
 newWindow.focus();
}

function openmovie2(url) {
newWindow = window.open(url, 'beetv','left=0,top=0,width=500,height=600,location=no,status=yes,scrollbars=yes,directories=yes,menubar=yes,resizable=yes,toolbar=yes');
 newWindow.focus();
}


function openmodel(url) {
newWindow = window.open(url, 'beetv','left=0,top=0,width=500,height=610,location=no,status=yes,scrollbars=yes,directories=yes,menubar=yes,resizable=yes,toolbar=yes');
 newWindow.focus();
}