if (document.images) {

hmservon = new Image(); // Active images
hmservon.src = "/images/hmnv-services-ROLL.gif";
hmservoff = new Image(); // Inactive images
hmservoff.src = "/images/hmnv-services.gif";

hmexpeon = new Image(); // Active images
hmexpeon.src = "/images/hmnv-experience-ROLL.gif";
hmexpeoff = new Image(); // Inactive images
hmexpeoff.src = "/images/hmnv-experience.gif";

hmappron = new Image(); // Active images
hmappron.src = "/images/hmnv-approach-ROLL.gif";
hmapproff = new Image(); // Inactive images
hmapproff.src = "/images/hmnv-approach.gif";

hmleadon = new Image(); // Active images
hmleadon.src = "/images/hmnv-leadership-ROLL.gif";
hmleadoff = new Image(); // Inactive images
hmleadoff.src = "/images/hmnv-leadership.gif";

hmcareon = new Image(); // Active images
hmcareon.src = "/images/hmnv-careers-ROLL.gif";
hmcareoff = new Image(); // Inactive images
hmcareoff.src = "/images/hmnv-careers.gif";

hmnewson = new Image(); // Active images
hmnewson.src = "/images/hmnv-news-ROLL.gif";
hmnewsoff = new Image(); // Inactive images
hmnewsoff.src = "/images/hmnv-news.gif";

hmconton = new Image(); // Active images
hmconton.src = "/images/hmnv-contact-us-ROLL.gif";
hmcontoff = new Image(); // Inactive images
hmcontoff.src = "/images/hmnv-contact-us.gif";



servon = new Image(); // Active images
servon.src = "/images/tpnv-services-ROLL.gif";
servoff = new Image(); // Inactive images
servoff.src = "/images/tpnv-services.gif";

expeon = new Image(); // Active images
expeon.src = "/images/tpnv-experience-ROLL.gif";
expeoff = new Image(); // Inactive images
expeoff.src = "/images/tpnv-experience.gif";

appron = new Image(); // Active images
appron.src = "/images/tpnv-approach-ROLL.gif";
approff = new Image(); // Inactive images
approff.src = "/images/tpnv-approach.gif";

leadon = new Image(); // Active images
leadon.src = "/images/tpnv-leadership-ROLL.gif";
leadoff = new Image(); // Inactive images
leadoff.src = "/images/tpnv-leadership.gif";

careon = new Image(); // Active images
careon.src = "/images/tpnv-careers-ROLL.gif";
careoff = new Image(); // Inactive images
careoff.src = "/images/tpnv-careers.gif";

newson = new Image(); // Active images
newson.src = "/images/tpnv-news-ROLL.gif";
newsoff = new Image(); // Inactive images
newsoff.src = "/images/tpnv-news.gif";

conton = new Image(); // Active images
conton.src = "/images/tpnv-contact-us-ROLL.gif";
contoff = new Image(); // Inactive images
contoff.src = "/images/tpnv-contact-us.gif";

}

function imgOn(imgName) {

if (document.images) {
document[imgName].src = eval(imgName + "on.src");
}
}

function imgOff(imgName) {
if (document.images) {
document[imgName].src = eval(imgName + "off.src");
}
}





function openWin( html, name ) {
	var n=open( html, name, 'directories=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes,resizable=yes');	
	n.focus();
}

function openWin2( html, name, wval, hval ) {
	var x=open( html, name, 'width='+wval+',height='+hval+',directories=no,location=no,menubar=no,scrollbars=no,status=yes,toolbar=no,resizable=no');
	x.moveTo(((screen.width/2)-(wval/2)),((screen.height/2)-(hval/2)));
	x.focus();
}

function openWin3( html, name ) {
	var f=open( html, name, 'width='+screen.width+',height='+screen.height+',directories=no,location=no,menubar=no,scrollbars=yes,status=yes,toolbar=no,resizable=no');
	f.focus();
}

function jump_internet(form) {
  window.location.href = form.Internet.options[form.Internet.selectedIndex].value
}

function jump_identity(form) {
  window.location.href = form.Identity.options[form.Identity.selectedIndex].value
}

