<!--
function OpenWindow() { 
var window_location;
window_location=window.open("junk.htm","window","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0,Width=950,Height=600");
window_location.focus();
window_location.window.moveTo(0,0);
}
//-->