//hp01
function hp01Over() { 
 if (document.images) document.hp01.src="/_images/hp01-duo.jpg";
 if (document.images) document.pagename.src="/_images/electronic-media.gif";
}

function hp01Out() {
 if (document.images) document.hp01.src="/_images/hp01-color.jpg";
 if (document.images) document.pagename.src="/_images/empty.gif";
}

//hp02
function hp02Over() { 
 if (document.images) document.hp02.src="/_images/hp02-duo.jpg";
 if (document.images) document.pagename.src="/_images/identity-systems.gif";
}

function hp02Out() {
 if (document.images) document.hp02.src="/_images/hp02-color.jpg";
 if (document.images) document.pagename.src="/_images/empty.gif";
}

//hp03
function hp03Over() { 
 if (document.images) document.hp03.src="/_images/hp03-duo.jpg";
 if (document.images) document.pagename.src="/_images/printed-collateral.gif";
}

function hp03Out() {
 if (document.images) document.hp03.src="/_images/hp03-color.jpg";
 if (document.images) document.pagename.src="/_images/empty.gif";
}

//hp04
function hp04Over() { 
 if (document.images) document.hp04.src="/_images/hp04-duo.jpg";
 if (document.images) document.pagename.src="/_images/large-format-graphics.gif";
}

function hp04Out() {
 if (document.images) document.hp04.src="/_images/hp04-color.jpg";
 if (document.images) document.pagename.src="/_images/empty.gif";
}

//hp05
function hp05Over() { 
 if (document.images) document.hp05.src="/_images/hp05-duo.jpg";
 if (document.images) document.pagename.src="/_images/events.gif";
}

function hp05Out() {
 if (document.images) document.hp05.src="/_images/hp05-color.jpg";
 if (document.images) document.pagename.src="/_images/empty.gif";
}