// JavaScript Document
function printPage(articleURL) {
	article = articleURL.substr(articleURL.indexOf('?'));
	theWindow = window.open('/support/knowledgearticles/printable.php'+ article ,'kb','width=700,height=700,resizable=yes,toolbar=yes,menubar=yes,scrollbars=yes');
	//theWindow.focus();

}

function emailPage(articleURL) {

}

