<!--
	function open_window(url)
	{
		mywin=window.open(url,"win2",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=620,height=530');
	}
	function open_about(url)
	{ mywin=window.open(url,"aboutwin",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,width=450,height=135'); }
	function open_windowfs(url)
	{
		sw=screen.width;
		sh=screen.height-50;
		mywin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width='+sw+',height='+sh);
	}
//-->