	function opWin(w,h,url) {
specs = "toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=yes" + ",width=" + w + ",height=" + h 
window.open(url,'',specs)
}
