var theURL = "index.php";
var width  = 300;
var height = 400;
function openPageSound(myPage,width,height,top,left){
/*alert(width);*/
newWindow=window.open(myPage, "newWindow", "toolbars=no, scrollbars=yes, location=0, statusbars=0, menubars=0, resizable=0, width="+width+", height="+height+", left="+left+", top="+top+"");
}

function openPageHHH(myPage,width,height,top,left){
/*alert(width);*/
newWindow=window.open(myPage, "newWindow", "toolbars=no, scrollbars=yes, location=0, statusbars=0, menubars=0, resizable=0, width="+width+", height="+height+", left="+left+", top="+top+"");
}

var width  = 300;
var height = 400;
function openPageSnabl(myPage,width,height,top,left){
/*alert(width);*/
newWindow=window.open(myPage, "newWindow", "toolbars=yes, scrollbars=yes, location=0, statusbars=0, menubars=0, resizable=0, width="+width+", height="+height+", left="+left+", top="+top+"");
}
