

function OpenPrintPage()
{
   
    window.open('child_loc_print.html', 'List', 'scrollbars=yes,resize=yes,height=700,width=650');

}
		                         
