var loc
var newwind
var shut=false;
function go(loc,newwind){
    if(newwind != "new"){
       self.location="http://"+loc
    }else{
	loc="http://"+loc
	window.open(loc,"","width=1000,height=700,toolbar,status,resizable,scrollbars,location")
    }
}
