function open_window(url)
{
	window.open(url, 'win', 'toolbar=0, location=0, directories=0, status=1, menubar=1, scrollbars=1, resizable=0, width=620, height=450');
}
