function loadimage(simage){
var s="";
var odiv=document.getElementById("ImageContainer");

	if (simage=='0'){
	
	}else if (simage=='02'){
		s="<IMG SRC='graphics/logo_navigo.jpg' width='408' height='324'>";		
	}else if (simage=='03'){
		s="<IMG SRC='graphics/logo_palmSprings.jpg' width='408' height='324'>";
	}else if (simage=='04'){
		s="<IMG SRC='graphics/logo_iem.jpg' width='408' height='324'>";			
	}else if (simage=='05'){
		s="<IMG SRC='graphics/logo_pipeline.jpg' width='408' height='324'>";
	}else if (simage=='06'){
		s="<IMG SRC='graphics/logo_lebanonBaitSport.jpg' width='408' height='324'>";
	}else if (simage=='07'){
		s="<IMG SRC='graphics/logo_VieraPromenade.jpg' width='408' height='324'>";
	}else if (simage=='08'){
		s="<IMG SRC='graphics/logo_pathways.jpg' width='408' height='324'>";
	}else if (simage=='09'){
		s="<IMG SRC='graphics/logo_seven.jpg' width='408' height='324'>";
	}else if (simage=='10'){
		s="<IMG SRC='graphics/logo_wizard.jpg' width='408' height='324'>";
	}else if (simage=='11'){
		s="<IMG SRC='graphics/logo_cypress.jpg' width='408' height='324'>";
	}else if (simage=='12'){
		s="<IMG SRC='graphics/logo_ethruput.jpg' width='408' height='324'>";		
	}else if (simage=='13'){
		s="<IMG SRC='graphics/logo_lssims.jpg' width='408' height='324'>";
	}else if (simage=='14'){
		s="<IMG SRC='graphics/logo_vintage.jpg' width='408' height='324'>";			
	}else if (simage=='15'){
		s="<IMG SRC='graphics/logo_toulon.jpg' width='408' height='324'>";
	}else if (simage=='16'){
		s="<IMG SRC='graphics/logo_janie.jpg' width='408' height='324'>";
	}else if (simage=='17'){
		s="<IMG SRC='graphics/logo_alphaAcad.jpg' width='408' height='324'>";
	}else if (simage=='18'){
		s="<IMG SRC='graphics/logo_northstar.jpg' width='408' height='324'>";
	}else if (simage=='19'){
		s="<IMG SRC='graphics/logo_acidfish.jpg' width='408' height='324'>";
	}else if (simage=='20'){
		s="<IMG SRC='graphics/logo_ww5k.jpg' width='408' height='324'>";
	}else if (simage=='21'){
		s="<IMG SRC='graphics/logo_judyBurford.jpg' width='408' height='324'>";
	}else if (simage=='22'){
		s="<IMG SRC='graphics/logo_hix.jpg' width='408' height='324'>";
	}else if (simage=='23'){
		s="<IMG SRC='graphics/logo_iss.jpg' width='408' height='324'>";
	}else if (simage=='24'){
		s="<IMG SRC='graphics/logo_aim.jpg' width='408' height='324'>";
	}else if (simage=='25'){
		s="<IMG SRC='graphics/logo_3monkeys.jpg' width='408' height='324'>";
	}else if (simage=='26'){
		s="<IMG SRC='graphics/print_judyBurford.jpg' width='408' height='324'>";
	}else if (simage=='27'){
		s="<IMG SRC='graphics/web_3monkeys.jpg' width='408' height='324'>";
	}else if (simage=='28'){
		s="<IMG SRC='graphics/logo_wendlandSeptic.jpg' width='408' height='324'>";
	}else if (simage=='29'){
		s="<IMG SRC='graphics/logo_scc.jpg' width='408' height='324'>";
	}else if (simage=='30'){
		s="<IMG SRC='graphics/web_bc101.jpg' width='408' height='324'>";
	}else if (simage=='31'){
		s="<IMG SRC='graphics/web_pde.jpg' width='408' height='324'>";
	}else if (simage=='32'){
		s="<IMG SRC='graphics/web_mhHR.jpg' width='408' height='324'>";
	}else if (simage=='33'){
		s="<IMG SRC='graphics/print_gehRailInvite.jpg' width='408' height='324'>";
	}else if (simage=='34'){
		s="<IMG SRC='graphics/web_seven.jpg' width='408' height='324'>";
	}else if (simage=='35'){
		s="<IMG SRC='graphics/web_hix.jpg' width='408' height='324'>";
	}else if (simage=='36'){
		s="<IMG SRC='graphics/web_sgh.jpg' width='408' height='324'>";
	}else if (simage=='37'){
		s="<IMG SRC='graphics/web_vh.jpg' width='408' height='324'>";
	}else if (simage=='38'){
		s="<IMG SRC='graphics/display_deltecBanner.jpg' width='408' height='324'>";
	}else if (simage=='39'){
		s="<IMG SRC='graphics/print_navigoCollateral.jpg' width='408' height='324'>";
	}else if (simage=='40'){
		s="<IMG SRC='graphics/print_hixAds.jpg' width='408' height='324'>";
	}else if (simage=='41'){
		s="<IMG SRC='graphics/print_bmProductSheet.jpg' width='408' height='324'>";
	}else{
		s=""
	}	




odiv.innerHTML=s;


}

