// JavaScript Documentif (document.images){function sectionObject(image, link) {   this.img=new Image(200,250)   this.img.src=image   this.link=link}	/* portfolio */	portfolioObj = new sectionObject("/resources/images/portfolio.gif", "/portfolio/index.php");		/* foodie */	foodieObj= new sectionObject("/resources/images/foodnav.gif", "/kitchen.php");		/* school */		schoolObj= new sectionObject("/resources/images/schooltastic.gif","/school.php");		/* funzone */	funzoneObj= new sectionObject("/resources/images/funzone.gif","/makeit/fundex.php");	}