function popup(mylink,o){if(o=='p'){dim='width=320,height=420';}
else{dim='width=420,height=320';}
if(!window.focus)return true;var href;if(typeof(mylink)=='string')
href=mylink;else
href=mylink.href;window.open(href,'image',dim+',status=no,resizable=no,scrollbars=no');return false;}
function dt(){document.writeln(document.lastModified);}