if (document.images) {    img1 = new Image();    img1.src = "images/mozilla_blu.gif";
    img2 = new Image();    img2.src = "images/submit_80x22.jpg";
    img3 = new Image();    img3.src = "images/contact_80x22.jpg";
    img4 = new Image();    img4.src = "images/marks.png";
    img5 = new Image();    img5.src = "images/marks.gif";
    img6 = new Image();    img6.src = "images/head_1158x149.jpg";}

window.onload = function() {	var divs = new Array('cForm');		for (i=0;i<=divs.length;i++) {			if (document.getElementById(divs[i])) {			document.getElementById(divs[i]).style.display='block';		}	}};


