﻿function init() {			
if (mtDropDown.isSupported()) 
{
	mtDropDown.initialize();				
}
}
//window.onload=init();

 function placeNavigation()
 {
 var lsURL=window.location.href;
 loU = lsURL.split("=");
var sendText = loU[1];
 document.getElementById(sendText).id = "selectNavigation"; 
}	

 function placeNavigation2()
 {
 var lsURL=window.location.href;
 loU = lsURL.split("=");
var sendText = loU[1];
 document.getElementById(sendText).id = "selectNavigation2"; 
}	
