
function openwin(what){ 
properties='menubar=0,toolbar=0,location=0,directories=0,status=0,scrollbars=yes,resizable=0,width=635,height=620,top=100,left=100'
window.open (what+'.aspx', 'enlarge', properties);
}