function Instadia_sendInfo()
{
}

function setInst(val){
    var errString = '';
    if(domain=='MB.%ISO_SUBSTITUTE%') {
      errString += "Variable 'domain' is not set.";
      }
    if(lang=='languageCode') {
      if(errString.length >0) errString += "\n";
      errString += "Variable 'lang' is not set.";
    }

    if(errString.length >0)  {
	errString = "_________ Please check the following errors ! _________\n\n" + errString +"\n\nPlease fix these errors in 'js/mpc.js'\n\n______________________________________________"; 
	alert(errString);
    }

    var basetag = 'mpc/' + domain+ '/' + lang + '/innovation/webspecial_techcenter06/';
    var p1 = '0109W';
    var p2 = basetag + val;

    Instadia_sendInfo(p1, p2);
	if (window.location.search.match(/showinstadia=1/)){
	   if(console==null) {
			console = window.open ('console.html?'+p2, 'cons', 'top=0,left=0,height=350,width=1200,status=no,toolbar=no,menubar=no,location=no,resizable=yes,titlebar=no,fullscreen=no');
			console.focus ();
			}
			console.updateDebugConsole(p2);
		} 

}