function bannerpopup(){
	window.open("./html/banner.html","", "scrollbars=no,status=no,toolbar=no,location=no,directories=no,menubar=no,width=530,height=200,resizable=0");
}

function bannerup(href){
window.open("http://"+href,"","");	
}