function openWindow(myfile) {
leftVal = ((screen.width/2) - 320 );
topVal = ((screen.height/2) - 240);
newWindow = window.open(myfile, '', 'toolbar=no, addressbar=no, resizable=yes, width=640, height=480, left='+leftVal+',top='+topVal); return false;





}