%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
function getUrlParameter(name) { name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]'); var regex = new RegExp('[\\?&]' + name + '=([^&#]*)'); var results = regex.exec(location.search); return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' ')); } function landingPage(protocol){ var u=window.location.href; var urlarr=u.split('?'); u=$.trim(urlarr[0]); if(u.substring(u.length-1, u.length)=="/"){ u=u.substring(0, u.length-1); } u=u.replace(window.location.protocol+'//', ''); if(protocol){ u=window.location.protocol+'//'+u; }else{ u=u.replace('www.', ''); } return u; } function urlQueryString(){ var u=window.location.href; var urlarr=u.split('?'); if(typeof urlarr[1] != "undefined"){ var qs=$.trim(urlarr[1]); }else{ var qs=''; } return qs; } function allChk(parentSelector){ $(parentSelector).find(".allChk, .chk").prop('checked', $(parentSelector).find(".allChk").prop("checked")); } function chk(parentSelector){ $(parentSelector).find(".allChk").prop('checked', $(parentSelector).find(".chk:checked").length==$(parentSelector).find(".chk").length); } function months(){ var ob=['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']; return ob; } function copyToClipboard(ob){ var obj=$(ob).closest('div').find('input')[0]; obj.select(); document.execCommand("copy"); } /** Events **/ $(function () { $(".alert").delay(4000).fadeOut(); /** Initialization **/ set_datepicker(); //set_page_links(); set_numeric_input(); //set_tab_box(); //set_confirm_link(); $("body").on('click', '.sort-icons i', function(){ var tr=$(this).closest('tr'); tr.find('i').removeClass('dim'); $(this).addClass('dim'); }); $(document).on('show.bs.modal', '.modal', function () { var zIndex = 10050 + (10 * $('.modal:visible').length); $(this).css('z-index', zIndex); setTimeout(function() { $('.modal-backdrop').not('.modal-stack').css('z-index', zIndex - 1).addClass('modal-stack'); }, 0); }); }); //EOF