function PrintScript() {
	setActiveStyleSheet('alternate3'); 
	window.print();
	return true;
}