function goOffsite(url)	{
	window.open(url,'offsite','width=600,height=400,resizable,scrollbars,menubar,status,toolbar,location');
}

