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


