<!-- 

// MAKE ALT GIFS FOR ALL PNGs USED HERE!!!!!
// MAKE ALT GIFS FOR ALL PNGs USED HERE!!!!!
// MAKE ALT GIFS FOR ALL PNGs USED HERE!!!!!
// MAKE ALT GIFS FOR ALL PNGs USED HERE!!!!!
// MAKE ALT GIFS FOR ALL PNGs USED HERE!!!!!

 
var objcolhmrightpetimg = null;


function init() {

	try {
	objcolhmrightpetimg = new OpacityObject("colhmrightpetimg", "images/templates/topnav-greenbar");
	objcolhmrightpetimg.setBackground();
	}
	catch (err) {}
}


function showLayers(target_layer){
                        document.getElementById(target_layer).style.visibility='visible';
	}
function  hideLayers(current_layer){
                        document.getElementById(current_layer).style.visibility='hidden';
	}



// window.onload = preloadImages;  


-->