function nW(url,width,height) {
myWin=window.open(url,"window_name","width="+width+",height="+height+",status=no,toolbar=no,menubar=no,resizable=no,location=no,directories=no")
}


