// JavaScript Document

	function customized_window(page_name) {
		screen_width = screen.width;
		screen_height=screen.height;
		window.open("" + page_name + "", "", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=630, height=515")
	}
