var width  = 50;
var height = 10;

function popWindow(theURL) {
newWindow = window.open(theURL ,'newWindow','toolbar=no,menubar=no,resizable=no,scrollbars=no,status=no,location=no,width='+width+',height='+height); hidePopup();
}