<!-- 

//This script changes the graphic on mouse over and a graphic in another part of the screen
// 1=main, 2=consult, 3=copy, 4=design, 5=graphics
// 6=script, 7=maintain, 8=promote, 9=domain, 10=hosting

{
var alt=new Array();
for(h=1;h<11;h++) {
 alt[h]=new Image();
 alt[h].src="http://abledesign.com/images/services"+h+".gif";
}

{
var contact=new Image();
contact.src="http://abledesign.com/images/services_contact.gif";
}

}
function imageChange(imageID,imageName) {

{
document.images[imageID].src = eval(imageName + ".src");
}

}

// -->
