
			var str_loc = window.location.pathname;	// address url path

			if((str_loc.search(/test/i)) != -1){	//test server
				var mobi33_path="http://mobi33.com/test/";
				var emobiad_path="http://tmc33.com/test/";
			}else{	//production server
				var mobi33_path="http://mobi33.com/";
				var emobiad_path="http://tmc33.com/";
			}

			function wopen1()   //eMobiAd link
			{

				window.open(emobiad_path+"PC/EmobiAd_details.php?id=2903&pgd=1","","fullscreen=yes, toolbar=yes,scrollbars=1,resizable=1");
			}
			function wopen2()  //eSignageAd Player link
			{
				window.open(mobi33_path+"viewplayer.php?lName=mobi33demo3loc&lPass=mobi33","","fullscreen=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no, height="+screen.height+",width="+screen.width+",screenX=0,screenY=0,left=0,top=0,resizable=no");
			}
			function wopen3()	// user click user guide link
			{
				window.open(mobi33_path+"HelpDocs/QuickStart/QuickStart.html","","toolbars=0, Location=0, height=650, width=700,left=60,top=50,scrollbars=1,resizable=1");
			}
			function m_in(val1){

				document.getElementById(val1).style.color='#FF0068';

			}
			function m_out(val1){

				document.getElementById(val1).style.color='#201E1F';

			}