// JavaScript Document


// 87 = portfolio
if (document.images) {
image87a = new Image;
image87b = new Image;
image87a.src = 'images\/portfolio.gif';
image87b.src = 'images\/portfolioHover.gif';
} else {
image87a = '';
image87b = '';
document.rollimg87 = '';
}

// 97 = about
if (document.images) {
image97a = new Image;
image97b = new Image;
image97a.src = 'images\/about.gif';
image97b.src = 'images\/aboutHover.gif';
} else {
image97a = '';
image97b = '';
document.rollimg97 = '';
}


// 67 = contact
if (document.images) {
image67a = new Image;
image67b = new Image;
image67a.src = 'images\/contact.gif';
image67b.src = 'images\/contactHover.gif';
} else {
image67a = '';
image67b = '';
document.rollimg67 = '';
}
