<!-- // Preload the images

var aboutmeon = new Image();
var aboutmeoff= new Image();
aboutmeon.src="images/aboutmecv.gif";
aboutmeoff.src="images/blank.gif";

var porton = new Image();
var portoff= new Image();
porton.src="images/portfoliocv.gif";
portoff.src="images/blank.gif";

var contacton= new Image();
var contactoff=new Image();
contacton.src="images/contactcv.gif";
contactoff.src="images/blank.gif";

var arrowon = new Image();
var arrowoff= new Image();
arrowon.src="images/arrow2.gif";
arrowoff.src="images/arrow1.gif"; 

// end of script-->
