<!--
if (document.images) {
	hpimage1on = new Image();
	hpimage1on.src = "images/home_on.gif";

	hpimage2on = new Image();
	hpimage2on.src = "images/2008_on.gif";

	hpimage3on = new Image();
	hpimage3on.src = "images/conference_on.gif";

	hpimage4on = new Image();
	hpimage4on.src = "images/partnering_on.gif";

	hpimage5on = new Image();
	hpimage5on.src = "images/trade_on.gif";
	
	hpimage6on = new Image();
	hpimage6on.src = "images/events_on.gif";
	
	hpimage7on = new Image();
	hpimage7on.src = "images/sponsors_on.gif";
	
	
	
	//Asia
	
	hpimage8on = new Image();
	hpimage8on.src = "images/register_on.gif";
	
	hpimage9on = new Image();
	hpimage9on.src = "images/venuee_on.gif";
	
	hpimage10on = new Image();
	hpimage10on.src = "images/acomodation_on.gif";
	
	hpimage11on = new Image();
	hpimage11on.src = "images/coments_on.gif";
	
	hpimage12on = new Image();
	hpimage12on.src = "images/media_on.gif";
	
	hpimage13on = new Image();
	hpimage13on.src = "images/downloads_on.gif";
	
	hpimage14on = new Image();
	hpimage14on.src = "images/contact_on.gif";
	
	hpimage15on = new Image();
	hpimage15on.src = "images/more_on.jpg";
	
	hpimage16on = new Image();
	hpimage16on.src = "images/award_but_on.jpg";
	
		
	//TURN OFF
	
	hpimage1off = new Image();
	hpimage1off.src = "images/home.gif";

	hpimage2off = new Image();
	hpimage2off.src = "images/2008.gif";

	hpimage3off = new Image();
	hpimage3off.src = "images/conference.gif";

	hpimage4off = new Image();
	hpimage4off.src = "images/partnering.gif";

	hpimage5off = new Image();
	hpimage5off.src = "images/trade.gif";
	
	hpimage6off = new Image();
	hpimage6off.src = "images/events.gif";
	
	hpimage7off = new Image();
	hpimage7off.src = "images/sponsors.gif";
	
	
	
	
	//Asia
	
	hpimage8off = new Image();
	hpimage8off.src = "images/register.gif";
	
	hpimage9off = new Image();
	hpimage9off.src = "images/venuee.gif";
	
	hpimage10off = new Image();
	hpimage10off.src = "images/acomodation.gif";
	
	hpimage11off = new Image();
	hpimage11off.src = "images/coments.gif";
	
	hpimage12off = new Image();
	hpimage12off.src = "images/media.gif";
	
	hpimage13off = new Image();
	hpimage13off.src = "images/downloads.gif";
	
	hpimage14off = new Image();
	hpimage14off.src = "images/contact.gif";
	
	hpimage15off = new Image();
	hpimage15off.src = "images/more.jpg";
	
	hpimage16off = new Image();
	hpimage16off.src = "images/award_but.jpg";
	
		
}

function turnOn(imageName) {
	if (document.images) {
		document[imageName].src = eval(imageName + "on.src");
	}
}

function turnOff(imageName) {
	if (document.images) {
		document[imageName].src = eval(imageName + "off.src");
	}
}
// -->
