

function OpenPopupPage()
{
   
    window.open('child_loc_session.html', 'Read', 'scrollbars=yes,resize=yes,height=650,width=600');
   
}
		                         
