
/* -------------------------------------------------------- 
		hitech.js: included in <head>
   -------------------------------------------------------- */

/* ---- global variables ---- */

var imagePath = 'images/';

//var btn_who_ro = new image(); btn_who_ro.src = 'images/btn_products_ro.png';

//var btn_products_ro = new image(); btn_products_ro.src = 'images/btn_products.png';






/* ---- button image control ---- 

function hilite(imageName)
{
window.alert('HILITE: imageName:' + btn_who_ro.src );
	//document[imageName].src = imagePath + imageName + '_ro.png';
    if ( document.images && (gRoImagesLoaded == true) ) {
//    if ( document.images ) {
//        document.images[imageName].src = btn_who_ro.src;
//    }
}


function turnOff(imageName)
{
	//document[imageName].src = imagePath + imageName + '.png';
	//window.alert('turnOff: imageName:' + imageName );
	//window.alert('loadImages: btn_who_off.src:' + btn_who_off.src );
//    if (document.images) {
//        document[imageName].src = eval(imageName + "_off.src");
//   }	
}
*/
/* -------------------------------------------------------- */

function pageLoad()
{
	//loadImagesRo();
	//window.alert('pageLoad: ' );
	return (true);
	//loadImagesRo();
}

/* -------------------------------------------------------- */

