// JavaScript Document
function ContactNewWin(Location)
	{
		ContactNew_window=window.open(Location,"","width=450,height=700,toolbar=no,menubar=no,status=no,scrollbars=yes,resizable=yes,screenX=15,screenY=10,top=0,left=0");
	}

function ContactSmallWin(Location)
	{
		ContactNew_window=window.open(Location,"","width=325,height=400,toolbar=no,menubar=no,status=no,scrollbars=yes,resizable=yes,screenX=15,screenY=10,top=0,left=0");
	}
