<!--
browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
ie4 = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 5 ))
ns4 = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4.5 ))

if (browser){


eyeon = new Image();
eyeon.src = "img/about_eye.jpg";
eyeoff = new Image();
eyeoff.src = "img/eye.jpg";

circuiton = new Image();
circuiton.src = "img/about_circuit.jpg";
circuit1on = new Image();
circuit1on.src = "img/services_circuit.jpg";
circuitoff = new Image();
circuitoff.src = "img/circuit.jpg";


handon = new Image();
handon.src = "img/about_hand.jpg";
hand1on = new Image();
hand1on.src = "img/services_hand.jpg";
handoff = new Image();
handoff.src = "img/hand.jpg";


gearson = new Image();
gearson.src = "img/services_gears.jpg";
gears1on = new Image();
gears1on.src = "img/portfolio_gears.jpg";
gearsoff = new Image();
gearsoff.src = "img/gears.jpg";

butterflyon = new Image();
butterflyon.src = "img/portfolio_butterfly.jpg";
butterflyoff = new Image();
butterflyoff.src = "img/butterfly.jpg";


grapeson = new Image();
grapeson.src = "img/contact_grapes.jpg";
grapesoff = new Image();
grapesoff.src = "img/grapes.jpg";


pixelon = new Image();
pixelon.src = "img/pixel.gif"
pixeloff = new Image();
pixeloff.src = "img/pixel.gif"
}

function img2On(Name1, Name2) {
	if (document.images) {
	document[Name1].src = eval(Name1 + "on.src");
	document[Name2].src = eval(Name2 + "1on.src");
	
	}
}

function img3aOn(Name1, Name2, Name3) {
	if (document.images) {
	document[Name1].src = eval(Name1 + "1on.src");
	document[Name2].src = eval(Name2 + "1on.src");
	document[Name3].src = eval(Name3 + "on.src");
	}
}

function img3On(Name1, Name2, Name3) {
	if (document.images) {
	document[Name1].src = eval(Name1 + "on.src");
	document[Name2].src = eval(Name2 + "on.src");
	document[Name3].src = eval(Name3 + "on.src");
	}
}
function imgOn(Name) {
	if (document.images) {
	document[Name].src = eval(Name + "on.src");
	
	}
}


function img3Off(Name1, Name2, Name3) {
	
	if (document.images){
	document[Name1].src = eval(Name1 + "off.src");
	document[Name2].src = eval(Name2 + "off.src");
	document[Name3].src = eval(Name3 + "off.src");
	
	
	
	}
}
function img2Off(Name1, Name2) {
	if (document.images) {
	document[Name1].src = eval(Name1 + "off.src");
	document[Name2].src = eval(Name2 + "off.src");
	
		
	
	}
}

function imgOff(Name) {
	if (document.images) {
	document[Name].src = eval(Name + "off.src");
	
	}
}

function opening(){
	setTimeout("img3On('eye','circuit','hand')", 300);
	setTimeout("img3Off('eye','circuit','hand')", 400);
	setTimeout("img3aOn('circuit','hand','gears')", 425);
	setTimeout("img3Off('circuit','hand','gears')", 525);
	setTimeout("img2On('butterfly','gears')", 550);
	setTimeout("img2Off('butterfly','gears')", 650);
	setTimeout("imgOn('grapes')", 675);
	setTimeout("imgOff('grapes')", 775);
 
	
	}
	
	

// endscript -->

