<!-----
function donothing() {} 
function gotosite(site) {            
	if (site != "") {                    
		self.location=site; 
	}
 }
//------>