
function openW(theUrl, theName, w, h) { 
theFeatures     = "status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=auto,left=50,top=200,width="+w+",height="+h; 
window.open(theUrl,theName,theFeatures); 

}
