function pop(url,name,w,h) {    newwin=window.open(url,name,'width='+w+',height='+h+',toolbar=no,location=no,status=yes,scrollbars=no,resizable=no')
}

function pop2(url,name,w,h) {    newwin=window.open(url,name,'width='+w+',height='+h+',toolbar=no,location=no,status=yes,scrollbars=yes,resizable=no')
}