<!--
function popup(file){
window.open(file,'mywin','width=650,height=650,top='+((screen.availheight/2)-(650/2))+',left='+((screen.availwidth/2)-(650/2))+',menubar=no,scrollbars=yes,status=no,toolbar=no,location=no,directories=no,resizable=yes');
}
//-->