// Site "Home" Directory - This variable is called from multiple scripts in this file...
var home  = "/";

/* "Printable version" Popup Script * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
function Print() { 
	var sOption="toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,width=750,height=600,left=100,top=25";
	//var sTitle = document.getElementById('printTitle').innerHTML;
	var sContent = document.getElementById('printContent').innerHTML;
	var winprint=window.open("","",sOption); 
		winprint.document.open(); 
		winprint.document.write('<html>');
		winprint.document.write('<head><title>IMPACT Public Affairs</title><link rel=\"stylesheet\" type=\"text/css\" href=\"'+home+'common/impact.css\"></head>');
		winprint.document.write('<body id=\"print-send\">'); 
		winprint.document.write('<img src=\"'+home+'images/spacer.gif\" width=\"1\" height=\"15\" border=\"0\" alt=\"\"><div><img src=\"'+home+'images/logo-alone.gif\" width=\"269\" height=\"76\" border=\"0\" alt=\"Impact\"></div><img src=\"'+home+'images/spacer.gif\" width=\"1\" height=\"15\" border=\"0\" alt=\"\">');
		winprint.document.write('<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" align=\"left\">');
		winprint.document.write('<tr><td width=\"23\" rowspan="3"><img src=\"'+home+'images/spacer.gif\" width=\"23\" height=\"1\" border=\"0\" alt=\"\"></td><td width=\"100%\">');
		//winprint.document.write(sTitle);
		winprint.document.write('<br><br>');
		winprint.document.write(sContent);
		winprint.document.write('</td><td width=\"23\"><img src=\"'+home+'images/spacer.gif\" width=\"23\" height=\"1\" border=\"0\" alt=\"\"></td></tr>');
		winprint.document.write('<tr><td colspan=\"2\"><a href=\"javascript:window.print();\">PRINT</a><BR><BR></td></tr>');
		winprint.document.write('<tr><td colspan=\"2\" width=\"100%\" style=\"margin-top: 0.5em; border-top: 1px solid #666666;\">');
		winprint.document.write('<img src=\"'+home+'images/spacer.gif\" width=\"1\" height=\"6\" border=\"0\" alt=\"\"><br><small>Copyright © Impact Public Affairs, 50 O’Connor Street, Suite 910, Ottawa, ON K1P 6L2  Tel: (613) 233.8906 | <a href=\"mailto:info@impactcanda.com\">info@impactcanda.com</a></small>');
		winprint.document.write('</td></tr>');
		winprint.document.write('</table>');
		winprint.document.write('</body>');
		winprint.document.write('</html>');
		winprint.document.close();
		winprint.focus(); 
	}
function PrintF() { 
	var sOption="toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,width=750,height=600,left=100,top=25";
	//var sTitle = document.getElementById('printTitle').innerHTML;
	var sContent = document.getElementById('printContent').innerHTML;
	var winprint=window.open("","",sOption); 
		winprint.document.open(); 
		winprint.document.write('<html>');
		winprint.document.write('<head><title>IMPACT Public Affairs</title><link rel=\"stylesheet\" type=\"text/css\" href=\"'+home+'common/impact.css\"></head>');
		winprint.document.write('<body id=\"print-send\">'); 
		winprint.document.write('<img src=\"'+home+'images/spacer.gif\" width=\"1\" height=\"15\" border=\"0\" alt=\"\"><div><img src=\"'+home+'images/logo-alone.gif\" width=\"269\" height=\"76\" border=\"0\" alt=\"Impact\"></div><img src=\"'+home+'images/spacer.gif\" width=\"1\" height=\"15\" border=\"0\" alt=\"\">');
		winprint.document.write('<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" align=\"left\">');
		winprint.document.write('<tr><td width=\"23\" rowspan="3"><img src=\"'+home+'images/spacer.gif\" width=\"23\" height=\"1\" border=\"0\" alt=\"\"></td><td width=\"100%\">');
		//winprint.document.write(sTitle);
		winprint.document.write('<br><br>');
		winprint.document.write(sContent);
		winprint.document.write('</td><td width=\"23\"><img src=\"'+home+'images/spacer.gif\" width=\"23\" height=\"1\" border=\"0\" alt=\"\"></td></tr>');
		winprint.document.write('<tr><td colspan=\"2\"><a href=\"javascript:window.print();\">IMPRIMEZ</a><BR><BR></td></tr>');
		winprint.document.write('<tr><td colspan=\"2\" width=\"100%\" style=\"margin-top: 0.5em; border-top: 1px solid #666666;\">');
		winprint.document.write('<img src=\"'+home+'images/spacer.gif\" width=\"1\" height=\"6\" border=\"0\" alt=\"\"><br><small>Droits D\'auteur &copy; Impact Public Affairs, 50 rue O\'Connor, Suite 910, Ottawa, ON K1P 6L2  T&eacute;l: (613) 233.8906 | <a href=\"mailto:info@impactcanda.com\">info@impactcanda.com</a></small>');
		winprint.document.write('</td></tr>');
		winprint.document.write('</table>');
		winprint.document.write('</body>');
		winprint.document.write('</html>');
		winprint.document.close();
		winprint.focus(); 
	}

// "Send to a Friend" Popup Script * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	 function Send() {
	popupEmailWin = window.open(''+home+'send_to_a_friend.php', 'send', 'scrollbars=auto,width=475,height=550,left=380,top=50,noresize')
	}
	function SendF() {
	popupEmailWin = window.open(''+home+'send_to_a_friend_f.php', 'send', 'scrollbars=auto,width=475,height=550,left=380,top=50,noresize')
	}
	
	function openPopupWin(urlx) {
		popupWin = window.open(urlx,'french', 'scrollbars=auto,width=500,height=300,left=380,top=50,noresize');
	}
	
	