function popwindow(href,winName,winWidth,winHeight) {
window.open(href,winName,"width="+winWidth+",height="+winHeight+",toolbar=no,location=no,directories=no,status=no,menubar=no,resizeable=yes,screenX=100,left=100,screenY=100,top=100");
}