function open_popup(page,height,width,scroll) { var window_height, window_width, path, window_attribs; window_attribs = "width=" + width + ",height=" + height + ",toolbar=0,menubar=0,scrollbars=" + scroll + ",resizable=0,location=0,directories=0,status=0"; // open the window and set its focus window_handle = window.open(page,"popup",window_attribs); window_handle.focus(); } document.write("
![]() | ");
//document.write("