var loc
var newwind
function goto(loc,newwind){
	if(newwind != "new"){
		self.location="http://www."+loc
	}else{
		loc="http://www."+loc
		window.open(loc,"","width=790,height=600,toolbar,status,resizable,scrollbars,location")
	}
}

function goout(loc,newwind){
	if(newwind != "new"){
		self.location="http://"+loc
	}else{
		loc="http://"+loc
		window.open(loc,"","width=760,height=500,toolbar,status,resizable,scrollbars,location")
	}
}


