function openit(sURL) {
newwindow=open(sURL,"popup","location=yes,toolbar=yes,scrollbars=yes,directories=yes,menubar=yes,resizable=yes,status=yes,width=580,height=500");
if (newwindow.focus) newwindow.focus();
}
function openit2(sURL) {
newwindow=open(sURL,"popup","location=yes,toolbar=yes,scrollbars=yes,directories=yes,menubar=yes,resizable=yes,status=yes,width=590,height=750");
if (newwindow.focus) newwindow.focus();
}
function openit3(sURL) {
newwindow=open(sURL,"popup","location=yes,toolbar=yes,scrollbars=yes,directories=yes,menubar=yes,resizable=yes,status=yes,width=580,height=600");
if (newwindow.focus) newwindow.focus();
}
function openit5(sURL) {
newwindow=open(sURL,"popup","location=yes,toolbar=yes,scrollbars=yes,directories=yes,menubar=yes,resizable=yes,status=yes,width=750,height=580");
if (newwindow.focus) newwindow.focus();
}
function openitnews(sURL) {
newwindow=open(sURL,"popup","location=yes,toolbar=yes,scrollbars=yes,directories=yes,menubar=yes,resizable=yes,status=yes,width=610,height=750");
if (newwindow.focus) newwindow.focus();
}