	function funonmouseover(val)
		{
			self.status=val;			
			
		}
	function funmouseout(val)
		{
			self.status=document.title;
		}
	function news(tmp)
		{
			var x = window.open("./viewdet/viewn.aspx?id="+tmp,"newwin","top=100,left=100,width=500,height=350,scrollbars=yes");
			x.focus();	
		}
	function tender(tmp)
		{
			var x = window.open("./viewdet/viewntender.aspx?id="+tmp,"newwin","top=100,left=100,width=500,height=350,scrollbars=yes");
			x.focus();	
		}
		function calendar(tmp)
		{
			var x = window.open("./viewdet/viewncalendar.aspx?id="+tmp,"newwin","top=100,left=100,width=500,height=350,scrollbars=yes");
			x.focus();	
		}
		
		function searchfun()
		  {
		  if(document.serachform.txtsearch.value!="")
		  {
		  var urlgoto;
          urlgoto='http://www.google.com/search?q=' +document.serachform.txtsearch.value;
		  var winl = (screen.width - 350) / 2;
		  var wint = (screen.height - 768) / 2;
		  windowDescription = "width=" + 500 + ",height=" + 400+",top="+wint+",left="+winl+",scrollbars=yes,resize=1";
		 newWin = window.open(urlgoto,"nuWin")
		 return false;
		}else
		  {
		  alert("Please Enter The Value in The Box");
		  document.serachform.txtsearch.focus();
		  return false;
		  }
		  
		  }
		  
		  
		  