profileoff= new Image();
profileoff.src = "http://www.limajellybean.com/assets/profile_off.gif";
profileon = new Image();
profileon.src = "http://www.limajellybean.com/assets/profile_on.gif";

foliooff= new Image();
foliooff.src = "http://www.limajellybean.com/assets/portfolio_off.gif";
folioon = new Image();
folioon.src = "http://www.limajellybean.com/assets/portfolio_on.gif";

linksoff= new Image();
linksoff.src = "http://www.limajellybean.com/assets/links_off.gif";
linkson = new Image();
linkson.src = "http://www.limajellybean.com/assets/links_on.gif";

contactoff= new Image();
contactoff.src = "http://www.limajellybean.com/assets/contact_off.gif";
contacton = new Image();
contacton.src = "http://www.limajellybean.com/assets/contact_on.gif";

ccaron = new Image();
ccaron.src = "http://www.limajellybean.com/assets/sqLink_ccarOn.gif";
ccaroff = new Image();
ccaroff.src = "http://www.limajellybean.com/assets/sqLink_ccarOff.gif";

applogixon = new Image();
applogixon.src = "http://www.limajellybean.com/assets/sqLink_applgxOn.gif";
applogixoff = new Image();
applogixoff.src = "http://www.limajellybean.com/assets/sqLink_applgxOff.gif";

heaon = new Image();
heaon.src = "http://www.limajellybean.com/assets/sqLink_heaOn.gif";
heaoff = new Image();
heaoff.src = "http://www.limajellybean.com/assets/sqLink_heaOff.gif";

aeon = new Image();
aeon.src = "http://www.limajellybean.com/assets/sqLink_aeOn.gif";
aeoff = new Image();
aeoff.src = "http://www.limajellybean.com/assets/sqLink_aeOff.gif";

cgon = new Image();
cgon.src = "http://www.limajellybean.com/assets/sqLink_cgOn.gif";
cgoff = new Image();
cgoff.src = "http://www.limajellybean.com/assets/sqLink_cgOff.gif";

creteon = new Image();
creteon.src = "http://www.limajellybean.com/assets/sqLink_creteOn.gif";
creteoff = new Image();
creteoff.src = "http://www.limajellybean.com/assets/sqLink_creteOff.gif";

rion = new Image();
rion.src = "http://www.limajellybean.com/assets/sqLink_riOn.gif";
rioff = new Image();
rioff.src = "http://www.limajellybean.com/assets/sqLink_riOff.gif";

attyon = new Image();
attyon.src = "http://www.limajellybean.com/assets/sqLink_attyOn.gif";
attyoff = new Image();
attyoff.src = "http://www.limajellybean.com/assets/sqLink_attyOff.gif";

benon = new Image();
benon.src = "http://www.limajellybean.com/assets/sqLink_benOn.gif";
benoff = new Image();
benoff.src = "http://www.limajellybean.com/assets/sqLink_benOff.gif";

colinon = new Image();
colinon.src = "http://www.limajellybean.com/assets/sqLink_colinOn.gif";
colinoff = new Image();
colinoff.src = "http://www.limajellybean.com/assets/sqLink_colinOff.gif";

conferon = new Image();
conferon.src = "http://www.limajellybean.com/assets/sqLink_conferOn.gif";
conferoff = new Image();
conferoff.src = "http://www.limajellybean.com/assets/sqLink_conferOff.gif";


function imageChange(imageID,imageName) {
{
document.images[imageID].src = eval(imageName + ".src");
}
}
