
	function win500(url,n)
	{
	var win500='left=50, top=20, toolbar=0, directories=0, menubar=0, scrollbars=1, resizable=1, status=0, width=820, height=1200';
	open(url, n, win500);
	}
