function openWin(page,name,height,width){
window.open(page,name,"toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,top=0,left=0,width=" + width + ",height=" + height)
}