function OpenWindow() { 
var window_location;
window_location=window.open("study.html","window","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,Width=545,Height=353");
window_location.focus();
window_location.window.moveTo(0,0);
}