<!--	
function popup(poppage,popwidth,popheight){
//window.alert(popwidth+" "+popheight);
window.open(poppage,'popup','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=no,copyhistory=no,scrollbars=yes,width=500,height=460');	
}
//-->