  function window_onclick() 
	{
	window.location.href = "SearchEn.htm" ;
	}

  function newWindow(fullchd2gif) 
	 {
	 fullchd2Window = window.open( fullchd2gif, 'fullchd2Win', 'width=420,height=360' )
               fullchd2Window.focus()
                  }


       adImages = new Array("images/banner1.gif","images/banner2.gif","images/banner3.gif","images/banner4.gif")
        adURL = new Array("ptfriendly.com/STinfo.html","ptfriendly.com/STinfo.html","ptfriendly.com/STinfo.html","ptfriendly.com/STinfo.html")
            thisAd = 0
           imgCt = adImages.length                                                                                            

     function rotate() 
	 {
      	if (document.images) 
		 {
      		thisAd++
     		 if (thisAd == imgCt) 
			 {
        			 thisAd = 0
        			 }
       		 document.adBanner.src=adImages[thisAd]
        		 setTimeout("rotate()", 3 * 1000)
              	}
              }

       function newLocation()  
	{
             document.location.href = "http://www." + adURL[thisAd]
                 }

  function jumpPage(newLoc)
                  {
                     newPage = newLoc.options[newLoc.selectedIndex].value

                       if  (newPage != " ")
                                {
                                 window.location.href = newPage
                                 }
                       }