var newwindow;
function popnewWindow(url)
{
	newwindow=window.open(url,'securesite','height=800,width=1027,top=0,left=0,resizable,scrollbars=yes,menubar=yes,resizable,status=yes,toolbar=yes,location=yes');
	if (window.focus) {newwindow.focus()}
}

