function openwindow() {
var window_location;
window_location=window.open("","window","toolbar=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=770,height=900");
}

