
<!-- Begin
function setVariables() {
if (navigator.appName == "Netscape") {
v=".top=";
dS="document.";
sD="";
y="window.pageYOffset";
}
else {
v=".pixelTop=";
dS="";
sD=".style";
y="document.body.scrollTop";
   }
}
function checkLocation() {
object="object1";
yy=180;
yy = yy + eval(y);
eval(dS+object+sD+v+yy);
setTimeout("checkLocation()",10);
}
//  End -->

		toc1an = new Image(150, 40); // picture size
		toc1an.src = "images/home_page_on.gif"; // URL of picture for mous on it
		toc2an = new Image(150, 40); // picture size
		toc2an.src = "images/info.gif"; // URL of picture for mous on it
		toc3an = new Image(150, 40); // picture size
		toc3an.src = "images/news.gif"; // URL of picture for mous on it
		toc4an = new Image(150, 40); // picture size
		toc4an.src = "images/forum.gif"; // URL of picture for mous on it
		toc5an = new Image(150, 40); // picture size
		toc5an.src = "images/fill_hajj.gif"; // URL of picture for mous on it
		toc6an = new Image(150, 40); // picture size
		toc6an.src = "images/contact_us.gif"; // URL of picture for mous on it
		toc7an = new Image(150, 40); // picture size
		toc7an.src = "images/links.gif"; // URL of picture for mous on it
                      
        toc1aus = new Image(150, 40); // picture size	
        	toc1aus.src = "images/home_page.gif"; // URL of picture for mouse not on it                      
        toc2aus = new Image(150, 40); // picture size	
        	toc2aus.src = "images/info_on.gif"; // URL of picture for mouse not on it
        toc3aus = new Image(150, 40); // picture size	
        	toc3aus.src = "images/news_on.gif"; // URL of picture for mouse not on it
        toc4aus = new Image(150, 40); // picture size	
        	toc4aus.src = "images/forum_on.gif"; // URL of picture for mouse not on it
        toc5aus = new Image(150, 40); // picture size	
        	toc5aus.src = "images/fill_hajj_on.gif"; // URL of picture for mouse not on it
        toc6aus = new Image(150, 40); // picture size	
        	toc6aus.src = "images/contact_us_on.gif"; // URL of picture for mouse not on it
        toc7aus = new Image(150, 40); // picture size	
        	toc7aus.src = "images/links_on.gif"; // URL of picture for mouse not on it
                     
                        
		function img_act(imgName) {
			imgOn = eval(imgName + "an.src");
        			document [imgName].src = imgOn;
		}
		function img_inact(imgName) {
			imgOff = eval(imgName + "aus.src");
			document [imgName].src = imgOff;
		}
