
var loc
var newwind
function go(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")
    }
}


