//English JS Functions
function pleaseLogin(){
	alert('Please logon to Members Only Section to access CPC Strategic Plan Survey.\nIf you require a Username and Password, contact the CPC Office at \n(905) 372-1871 ext. 103');
}

function openDemo(){
	window.open('/English/Members/CTSWEBDEMO/index.htm','demo','innerWidth=790,innerHeight=575,width=790,height=575');
}

//French JS Functions
function deCode(theStr){
  theStr = theStr.replace(/\&\#(\d+)\;/g, function(p1,p2){return String.fromCharCode(p2)});
  return theStr;
}

function pleaseLogin2(){
	alert(deCode('Pour acc&#233;der au sondange du plan strat&#233;gique du CPC, veuillez ouvrir la session dans la section des membres seulement.  \nPour obtenir votre nom d\'utilisateur et votre mot de passe, veuillez contacter le bureau CPC au 905-372-1871 poste 103.'));
}

function openDemo2(){
	window.open('/French/Members/CTSWEBDEMO_French/index.htm','demo','innerWidth=790,innerHeight=575,width=790,height=575');
}
