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