if(window.name == "printWindow1"){
    document.write('<link rel="stylesheet" href="/_css/print1.css" type="text/css" media="all" />');
	$(function(){
    	window.print();
	});
}
if(window.name == "printWindow2"){
    document.write('<link rel="stylesheet" href="/_css/print2.css" type="text/css" media="all" />');
	$(function(){
    	window.print();
	});
}
if(window.name == "printWindow3"){
    document.write('<link rel="stylesheet" href="/_css/print3.css" type="text/css" media="all" />');
	$(function(){
    	window.print();
	});
}