// JavaScript Document

function printPage(newsID, siteID){

		window.open( "/inc/print2.php?newsID="+newsID+"&siteID="+siteID+"", "popup_window", 
"status = 0, height = 650, width = 600, resizable = 0" )
		
}

function print_course_receipt(regID, token){
	
		window.open( "/inc/print_course_receipt.php?regID="+regID+"&token="+token+"", "popup_window", 
"status = 0, height = 650, width = 600, resizable = 0" )
	
	}