function print_list(){
	popup = window.open("print.html", "print", "height=600,width=800,left=200,top=100");
	if(!popup){
		alert("Your popup blocker is blocking a popup window. Turn off your popup blocker for this site");	
	}
}
