<!--
	// main menu
	studioOff = new Image(); studioOff.src="images/studio-off.gif";
	studioOn = new Image(); studioOn.src="images/studio-on.gif";
	portfolioOff = new Image(); portfolioOff.src="images/portfolio-off.gif";
	portfolioOn = new Image(); portfolioOn.src="images/portfolio-on.gif";
	processOff = new Image(); processOff.src="images/process-off.gif";
	processOn = new Image(); processOn.src="images/process-on.gif";
	illustrationOff = new Image(); illustrationOff.src="images/illustration-off.gif";
	illustrationOn = new Image(); illustrationOn.src="images/illustration-on.gif";
	contactOff = new Image(); contactOff.src="images/contact-off.gif";
	contactOn = new Image(); contactOn.src="images/contact-on.gif";

	// studio
	robinOff = new Image(); robinOff.src="images/robin-off.gif";
	robinOn = new Image(); robinOn.src="images/robin-on.gif";
	craigOff = new Image(); craigOff.src="images/craig-off.gif";
	craigOn = new Image(); craigOn.src="images/craig-on.gif";
	rocketOff = new Image(); rocketOff.src="images/rocket-off.gif";
	rocketOn = new Image(); rocketOn.src="images/rocket-on.gif";

	// portfolio
	communityOff = new Image(); communityOff.src="images/community-off.gif";
	communityOn = new Image(); communityOn.src="images/community-on.gif";
	identityOff = new Image(); identityOff.src="images/identity-off.gif";
	identityOn = new Image(); identityOn.src="images/identity-on.gif";
	printOff = new Image(); printOff.src="images/print-off.gif";
	printOn = new Image(); printOn.src="images/print-on.gif";
	webOff = new Image(); webOff.src="images/web-off.gif";
	webOn = new Image(); webOn.src="images/web-on.gif";
	

function img_act(img) {
	document[img].src = eval(img + "On.src");
}

function img_inact(img) {
	document[img].src = eval(img + "Off.src");
}

function openNewWin(strurl, windowName, w, h) {
	window.open(strurl, windowName,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=" + w + ",height=" + h + ",left=100,top=100");
}
	
// -->
