function new_window(url)
{
	window.open(url,"new_window","toolbar=no, menubar=no, resizable=yes, width=640, height=480, top=0, left=0, scrollbars=yes");
}

