// Site "Home" Directory - This variable is called from multiple scripts in this file...

//svar home  = "/elliptic2008/";



/* "Printable version" Popup Script * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

function Print() { 

	var sOption="toolbar=no,location=no,directories=no,menubar=yes,scrollbars=yes,width=750,height=600,left=100,top=25";

	//var sTitle = document.getElementById('printTitle').innerHTML;

	var sContent = document.getElementById('printable').innerHTML;

	var winprint=window.open("","",sOption); 

		winprint.document.open(); 

		winprint.document.write('<html>');

		winprint.document.write('<head><title>Elliptic Technologies</title><link rel=\"stylesheet\" type=\"text/css\" href=\"'+home+'common/elliptic.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/wrapper/logo.jpg\" width=\"160\" height=\"68\" border=\"0\" alt=\"Elliptic Technologies Inc.\" style=\"margin-left: 21px;\"></div><img src=\"'+home+'images/spacer.gif\" width=\"1\" height=\"10\" border=\"0\" alt=\"\">');

		winprint.document.write('<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">');

		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\">&nbsp;</td></tr>');

		winprint.document.write('<tr><td colspan=\"2\" width=\"100%\" style=\"margin-top: 0.5em; border-top: 1px solid #000000;\">');

		winprint.document.write('<img src=\"'+home+'images/spacer.gif\" width=\"1\" height=\"6\" border=\"0\" alt=\"\"><br><small>&copy; Copyright Elliptic Technologies Inc.<br><img src=\"'+home+'images/spacer.gif\" width=\"1\" height=\"6\" border=\"0\" alt=\"\"><BR>62 Steacie Drive, Suite 201<br>Ottawa, ON<br>Canada<br>K2K 2A9 </small><BR><BR><a href=\"#\" onclick=\"window.print();return false\">PRINT</a>');

		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=500,height=540,left=380,top=50,noresize')

	}

	

	// "Send more information" Popup Script * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

function Sendi() {

	popupEmailWin = window.open(''+home+'send-more-information.php', 'send', 'scrollbars=auto,width=500,height=540,left=380,top=50,noresize')

	}