﻿/* inclueded in registration_form.aspx */
/* inclueded in preview_form.aspx */
/* inclueded in registration_form_chi.aspx */
/* inclueded in preview_form_chi.aspx */
/* inclueded in finsih.aspx */
/* <script language="javascript" type="text/javascript" src="vor_change_logo.js"></script> */

/* Customized Logo */
function CustomizeLogo(exhibition_id, language) {

	// For Intersec China ISC08 VOR_ID 419
	if (exhibition_id == "419") {
		changelogo("imgVorSystemImage", "cpse_messeVORv2_top.gif", language);
	}


	// For Automechanika Shanghai AMS08 VOR_ID 406
	if (exhibition_id == "406") {
		changelogo("imgVorSystemImage", "cnaico_messeVORv2_top.jpg", language);
	}
	// For Automechanika Shanghai AMS10 VOR_ID 680
	if (exhibition_id == "680") {
		changelogo("imgVorSystemImage", "cnaico_messeVORv2_top.jpg", language);
	}

	if (exhibition_id == "816") {
		changelogo("imgVorSystemImage", "messeVORv3_top.gif", language);
	}
}

function changelogo(img_name, img_src, language) {
	document.getElementById(img_name).src = "http://" + top.location.host + "/services/vor/images/"+language+"/"+img_src;	
}




