
	var child;
	function popup(page, title)
	{
		child=window.open(page, title,'toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=no,width=350,height=250,screenX=600,screenY=20');
		setTimeout('child.focus()', 0);
	}
	
	function popup2(page, title)
	{
		child=window.open(page, title,'toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=no,width=350,height=400,screenX=600,screenY=20');
		setTimeout('child.focus()', 0);
	}
	function popup3(page, title)
	{
		child=window.open(page, title,'toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=no,width=320,height=410,screenX=600,screenY=20');
		setTimeout('child.focus()', 0);
	}
	function popup4(page, title)
	{
		child=window.open(page, title,'toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=no,width=410,height=380,screenX=600,screenY=20');
		setTimeout('child.focus()', 0);
	}
	function popup5(page, title)
	{
		child=window.open(page, title,'toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=no,width=280,height=360,screenX=600,screenY=20');
		setTimeout('child.focus()', 0);
	}


