<!--All Rights Reserved Copyright 2000 Venture Core Technologies
// http://www.venturecore.com
function PreloadImages(length , path , type) {
				for(var i = 1; i<=length; i++) {
				this[i]= new Image()
				this[i].src= path + i + type
}
return this
}
egnmeno=new PreloadImages(6,'images/egnmeno','.gif')
egnmenf=new PreloadImages(6,'images/egnmenf','.gif')
function rollon(num){
		if(document.images)
	    	eval('document.images["egnmenub' +num+'"].src='+'egnmenf[num].src')
}
function rolloff(num){
            if(document.images)
            eval('document.images["egnmenub' +num+'"].src='+'egnmeno[num].src')
}
//  End -->