
function highLight1(){
                document.getElementById("map2").className="us";
            }
            function highLight2(){
                document.getElementById("map2").className="uk";
            }
            function highLight3(){
                document.getElementById("map2").className="me";
            }
            function highLight4(){
                document.getElementById("map2").className="india";
            } 
            function highLight15(){
                document.getElementById("map2").className="singapore";
            }
			function highLight6(){
                document.getElementById("map2").className="poland";
            }
            function deselect(){
                document.getElementById("map2").className="none";
}


