



function openPrint()
{
	var newwindow ;
	newwindow = window.open('http://www.arcs-paca.org/arcs/module/ebiz/front/free/print/index.jsp','printWindow','toolbar=1, menubar=1, location=1, scrollbars=1,resizable=1,status=1');
	newwindow.focus();
}

