function openURL(url){
window.open(url, "", "toolbar=no, width=" + (screen.width-10) + ",height=" + (-(60-screen.height)) +" ,status=no, top=0, left=0,menubar=no,scrollbars=yes,resizable=yes,directories=no,location=no");
}

function openURL8x6(url){
var ylocation = (screen.height-600)/2;
var xlocation = (screen.width-800)/2;
if(screen.height<820){
ylocation = 0;
}
window.open(url, "", "toolbar=no, width=820, height=600,scrollbars=yes,left="+xlocation+",top="+ylocation+" ");
}

function openURL8x6SB(url){
window.open(url, "", "width=790,scrollbars=yes,height=615,left="+((screen.width-786)/2)+",top="+((screen.height-615)/2)+" ");
}
