function openWindow(window_to_open) {
	var this_window;
	this_window = window.open(window_to_open,"window","toolbar=no, location=no, status=yes, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=390, height=342");
	this_window.focus();
}
