function newwindow(url,width,height) 
{ 
window.open(url, "varspopup", "width=" + width + "px, height=" + height + "px, resizable=no,left=6,right=6,screenX=6,screenY=6")
}

