function OpenWindow(URL) {
	the_window = window.open(URL,"sign_window","width=515,height=480,left=50,top=50,scrollbars=yes,resizable=yes");
	the_window.focus();
}

