//if (top.location.href != location.href)
//	top.location.href = location.href
	
function newWin(temp)
{
	window.open(temp,"New","width=600,height=400,scrollbars=yes,resizable=yes,menubar=yes,location=yes,toolbar=yes,status=yes");		
}
