EVOLUTION-NINJA
Edit File: site_available_form.php
<!DOCTYPE HTML> <html lang="en-US"> <head><meta charset="windows-1252"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>GSS</title> <link rel="stylesheet" type="text/css" href="https://www.gssorganised.com/assets/admin_dashboard/css/main.css"> <link rel="stylesheet" type="text/css" href="https://www.gssorganised.com/assets/admin_dashboard/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="https://www.gssorganised.com/assets/admin_dashboard/css/font-awesome.min.css" /> <link rel='shortcut icon' type='image/x-icon' href="https://www.gssorganised.com/assets/admin_dashboard/images/favicon.png" /> <link rel="stylesheet" type="text/css" href="https://www.gssorganised.com/assets/admin_dashboard/css/responsive.css"> <link rel="stylesheet" type="text/css" href="https://www.gssorganised.com/assets/admin_dashboard/css/skin-blue.css"> <link rel="stylesheet" href="https://www.gssorganised.com/assets/toastr/toastr.min.css"> <!-- Morris chart --> <link rel="stylesheet" href="https://www.gssorganised.com/assets/admin_dashboard/plugins/morris/morris.css"> <!-- jvectormap --> <link rel="stylesheet" href="https://www.gssorganised.com/assets/admin_dashboard/plugins/jvectormap/jquery-jvectormap-1.2.2.css"> <link rel="stylesheet" href="https://www.gssorganised.com/assets/admin_dashboard/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css"> <!-- Date Picker --> <link rel="stylesheet" href="https://www.gssorganised.com/assets/admin_dashboard/plugins/datepicker/datepicker3.css"> <!-- Daterange picker --> <link rel="stylesheet" href="https://www.gssorganised.com/assets/admin_dashboard/plugins/daterangepicker/daterangepicker.css"> <link rel="stylesheet" href="https://www.gssorganised.com/assets/datatables/dataTables.bootstrap.css"> <link rel="stylesheet" href="https://www.gssorganised.com/assets/sweet_alert/sweet-alert.css"> <link rel="stylesheet" href="https://www.gssorganised.com/assets/admin_dashboard/css/newresponsive.css"> <link rel="stylesheet" href="https://www.gssorganised.com/assets/datatables/dataTables.bootstrap.css"> <link rel="stylesheet" href="https://www.gssorganised.com/assets/datatables/jquery.dataTables.min.css"> <!-- <link href="http://code.jquery.com/ui/1.10.4/themes/ui-lightness/jquery-ui.css" rel="stylesheet"> --> <link href="https://www.gssorganised.com/assets/admin_dashboard/css/jquery-ui.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" media="screen" href="https://www.gssorganised.com/assets/css/bootstrap-datetimepicker.css" /> <script type="text/javascript" src="https://www.gssorganised.com/assets/admin_dashboard/js/jquery.min.js"></script> <script type="text/javascript" src="https://www.gssorganised.com/assets/admin_dashboard/js/bootstrap.min.js"></script> <script type="text/javascript" src="https://www.gssorganised.com/assets/admin_dashboard/js/app.min.js"></script> <script src="https://www.gssorganised.com/assets/toastr/toastr.min.js"></script> <script src="https://www.gssorganised.com/assets/datatables/jquery.dataTables.min.js"></script> <script src="https://www.gssorganised.com/assets/datatables/dataTables.bootstrap.min.js"></script> <script src="https://www.gssorganised.com/assets/sweet_alert/sweet-alert.js"></script> <!-- Morris.js charts --> <script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script> <script src="https://www.gssorganised.com/assets/admin_dashboard/plugins/morris/morris.min.js"></script> <!-- Sparkline --> <script src="https://www.gssorganised.com/assets/admin_dashboard/plugins/sparkline/jquery.sparkline.min.js"></script> <!-- jvectormap --> <script src="https://www.gssorganised.com/assets/admin_dashboard/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js"></script> <script src="https://www.gssorganised.com/assets/admin_dashboard/plugins/jvectormap/jquery-jvectormap-world-mill-en.js"></script> <!-- jQuery Knob Chart --> <script src="https://www.gssorganised.com/assets/admin_dashboard/plugins/knob/jquery.knob.js"></script> <!-- daterangepicker --> <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.11.2/moment.min.js"></script> <script src="https://www.gssorganised.com/assets/admin_dashboard/plugins/daterangepicker/daterangepicker.js"></script> <!-- Bootstrap WYSIHTML5 --> <script src="https://www.gssorganised.com/assets/admin_dashboard/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js"></script> <!-- Slimscroll --> <script src="https://www.gssorganised.com/assets/admin_dashboard/plugins/slimScroll/jquery.slimscroll.min.js"></script> <script src="https://www.gssorganised.com/assets/js/bootstrap-datetimepicker.min.js" type="text/javascript"></script> <script src="https://www.gssorganised.com/assets/ckeditor/ckeditor.js"></script> <script src="https://www.gssorganised.com/assets/ckeditor/config.js"></script> </head> <body class="hold-transition skin-blue sidebar-mini"> <div class="content-wrapper"> <script src="https://www.gssorganised.com/assets/js/jquery.maphilight.js"></script> <!--<section class="content-headers"> <h3>Check availability </h3> </section>--> <!--- section 1 --> <section class="content"> <!--<div class="row"> <div class="col-sm-12 col-md-3"> <select class="form-control col-sm-5 project_list" name="project" id="sel1" required="required"> <option value="0">Select project</option> <?php foreach($projects as $val) { ?> <option value="<?php echo $val->project_id;?>"><?php echo $val->project_name;?></option> <?php } ?> </select> </div> <div class="col-sm-12 col-md-3"> <select class="form-control col-sm-5 sites_list" name="sites" id="sel1" required="required"> </select> </div> </div> --> <input type="hidden" id="project_id" value=<?php echo $project_id; ?> /> <div class="row" style="padding-left:20px; padding-top:0px;text-align:center;"> <!--<div class="col-sm-1 col-md-1" style="margin-left:30px;"> <div style="background-color:#eb7b18;width:100px;"> <p style="color:black">Booked</p> </div> </div>--> <!-- <div class="col-sm-1 col-md-1" style="margin-left:30px;"> <div style="background-color:#6b6b47;width:100px;"> <p style="color:black">Cancelled</p> </div> </div> --> <div class="row"> <div class="col-sm-3"></div> <div class="col-sm-6"> <div class="col-sm-4 col-xs-4"> <div style="background-color:#00e673;"> <p style="color:white; height:33px;padding-top: 5px;">Released</p> </div> </div> <div class="col-sm-4 col-xs-5"> <div style="background-color:#cc0000;;"> <p style="color:white; height:33px;padding-top: 5px;">Not Released</p> </div> </div> <div class="col-sm-4 col-xs-3"> <button class="btn btn-sm btn-primary download_sketch_descp" id="download_all_sites" type="button"><i class="fa fa-download" aria-hidden="true"></i></button> </div> </div> <div class="col-sm-3"></div> </div> </div> <div class="row"> <div class="col-sm-2"></div> <div class="col-sm-8"> <div class="approved_plan_div"></div> </div> <div class="col-sm-2"></div> </div> <div class="col-sm-0 col-md-1"></div> </section> <!--- section 2 --> <style type="text/css"> .content-wrapper, .right-side { //min-height:900px !important; } a { color: inherit; } @media screen and (min-width: 320px) and (max-width: 640px){ .approved_plan_div { height:530px; } } </style> <script type="text/javascript"> $(document).ready(function(){ var project_id=$("#project_id").val(); // var project_id = $('.project_list :selected').val(); CallAjax(project_id); Sites(project_id); $(".project_list").change(function(){ var project_id = $('.project_list :selected').val(); CallAjax(project_id); Sites(project_id); }); function CallAjax(project_id) { $.ajax({ type : 'post', url : '<?php echo site_url("get-approved-plan")?>', data : {project_id:project_id}, success:function(response){ response=jQuery.parseJSON(response); console.log(response); if(response.result==1) { var map_content = ''; if(response.approved_plan.approval_image == "image_map.png") { map_content += '<img src="https://www.gssorganised.com/project_uploads/'+response.approved_plan.approval_image+'" usemap="#plan" class="appr_plan"/>'; map_content += '<MAP NAME="plan">'; map_content += '<AREA SHAPE="POLY" COORDS="173,124,176,77,205,79,203,127,173,126" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon1" id="2525" href="<?php echo site_url('site-details');?>/'+project_id+'/38">'; map_content += '<AREA SHAPE="POLY" COORDS="203,127,206,78,235,80,233,129,203,127" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon2" id="2964" href="<?php echo site_url('site-details');?>/'+project_id+'/37">'; map_content += '<AREA SHAPE="POLY" COORDS="234,129,236,80,265,82,262,131,233,129" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon3" id="2963" href="<?php echo site_url('site-details');?>/'+project_id+'/36">'; map_content += '<AREA SHAPE="POLY" COORDS="262,130,265,81,294,83,292,132,262,130" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon4" id="2962" href="<?php echo site_url('site-details');?>/'+project_id+'/35">'; map_content += '<AREA SHAPE="POLY" COORDS="292,132,294,83,323,85,322,134,292,132" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon5" id="2961" href="<?php echo site_url('site-details');?>/'+project_id+'/34">'; map_content += '<AREA SHAPE="POLY" COORDS="322,134,323,85,353,86,351,135,322,133" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon6" id="2960" href="<?php echo site_url('site-details');?>/'+project_id+'/33">'; map_content += '<AREA SHAPE="POLY" COORDS="351,135,353,86,382,88,380,136,352,135" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon7" id="2959" href="<?php echo site_url('site-details');?>/'+project_id+'/32">'; map_content += '<AREA SHAPE="POLY" COORDS="381,136,383,88,412,89,410,138,381,136" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon8" id="2958" href="<?php echo site_url('site-details');?>/'+project_id+'/31">'; map_content += '<AREA SHAPE="POLY" COORDS="411,138,412,89,442,91,440,139,410,138" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon9" id="2957" href="<?php echo site_url('site-details');?>/'+project_id+'/30">'; map_content += '<AREA SHAPE="POLY" COORDS="441,139,442,91,471,93,469,141,441,139" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon10" id="2956" href="<?php echo site_url('site-details');?>/'+project_id+'/29">'; map_content += '<AREA SHAPE="POLY" COORDS="469,141,471,92,500,94,498,142,469,141" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon11" id="2955" href="<?php echo site_url('site-details');?>/'+project_id+'/28">'; map_content += '<AREA SHAPE="POLY" COORDS="498,143,501,94,531,95,528,144,498,143" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon12" id="2954" href="<?php echo site_url('site-details');?>/'+project_id+'/27">'; map_content += '<AREA SHAPE="POLY" COORDS="529,144,531,95,560,97,558,146,529,144" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon13" id="1503" href="<?php echo site_url('site-details');?>/'+project_id+'/26">'; map_content += '<AREA SHAPE="POLY" COORDS="558,145,560,97,590,98,587,147,558,146" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon15" id="1502" href="<?php echo site_url('site-details');?>/'+project_id+'/25">'; map_content += '<AREA SHAPE="POLY" COORDS="587,146,590,98,619,100,617,149,587,147" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon16" id="1501" href="<?php echo site_url('site-details');?>/'+project_id+'/24">'; map_content += '<AREA SHAPE="POLY" COORDS="617,148,619,100,646,102,662,151,617,149" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon17" id="2896" href="<?php echo site_url('site-details');?>/'+project_id+'/23">'; map_content += '<AREA SHAPE="POLY" COORDS="170,185,172,154,220,156,219,187,170,185" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon18" id="2965" href="<?php echo site_url('site-details');?>/'+project_id+'/39">'; map_content += '<AREA SHAPE="POLY" COORDS="219,187,221,157,247,158,254,159,258,162,259,164,259,189,219,187" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon20" id="2980" href="<?php echo site_url('site-details');?>/'+project_id+'/64">'; map_content += '<AREA SHAPE="POLY" COORDS="168,213,170,185,219,187,217,216,168,214,168,213" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon22" id="2966" href="<?php echo site_url('site-details');?>/'+project_id+'/40">'; map_content += '<AREA SHAPE="POLY" COORDS="217,216,219,188,258,189,256,218,218,216" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon25" id="2979" href="<?php echo site_url('site-details');?>/'+project_id+'/63">'; map_content += '<AREA SHAPE="POLY" COORDS="166,242,168,214,217,216,215,245,165,243" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon26" id="2967" href="<?php echo site_url('site-details');?>/'+project_id+'/41">'; map_content += '<AREA SHAPE="POLY" COORDS="216,245,217,216,256,218,255,247,216,245" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon27" id="2978" href="<?php echo site_url('site-details');?>/'+project_id+'/62">'; map_content += '<AREA SHAPE="POLY" COORDS="164,271,166,243,215,245,214,274,164,271" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon29" id="2897" href="<?php echo site_url('site-details');?>/'+project_id+'/42">'; map_content += '<AREA SHAPE="POLY" COORDS="215,273,215,245,255,247,254,275,215,274" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon32" id="2906" href="<?php echo site_url('site-details');?>/'+project_id+'/61">'; map_content += '<AREA SHAPE="POLY" COORDS="162,300,164,271,214,274,212,303,162,300" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon34" id="2898" href="<?php echo site_url('site-details');?>/'+project_id+'/43">'; map_content += '<AREA SHAPE="POLY" COORDS="213,303,214,273,253,275,252,305,213,303" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon36" id="2905" href="<?php echo site_url('site-details');?>/'+project_id+'/60">'; map_content += '<AREA SHAPE="POLY" COORDS="160,329,162,300,212,303,211,331,160,329" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon37" id="2899" href="<?php echo site_url('site-details');?>/'+project_id+'/44">'; map_content += '<AREA SHAPE="POLY" COORDS="212,331,213,304,252,305,250,333,212,332,212,330" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon39" id="2904" href="<?php echo site_url('site-details');?>/'+project_id+'/59">'; map_content += '<AREA SHAPE="POLY" COORDS="159,358,160,330,210,331,209,360,159,358" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon40" id="2968" href="<?php echo site_url('site-details');?>/'+project_id+'/45">'; map_content += '<AREA SHAPE="POLY" COORDS="210,360,211,331,251,333,249,362,209,360" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon41" id="2977" href="<?php echo site_url('site-details');?>/'+project_id+'/58">'; map_content += '<AREA SHAPE="POLY" COORDS="157,387,159,358,209,361,208,389,158,387" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon42" id="2969" href="<?php echo site_url('site-details');?>/'+project_id+'/46">'; map_content += '<AREA SHAPE="POLY" COORDS="208,389,210,361,249,362,247,391,208,389" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon43" id="2976" href="<?php echo site_url('site-details');?>/'+project_id+'/57">'; map_content += '<AREA SHAPE="POLY" COORDS="156,416,157,387,207,389,207,418,156,416" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon44" id="2970" href="<?php echo site_url('site-details');?>/'+project_id+'/47">'; map_content += '<AREA SHAPE="POLY" COORDS="207,419,208,389,247,391,245,420,208,418" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon45" id="2975" href="<?php echo site_url('site-details');?>/'+project_id+'/56">'; map_content += '<AREA SHAPE="POLY" COORDS="155,444,156,416,207,418,205,447,155,444" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon46" id="2971" href="<?php echo site_url('site-details');?>/'+project_id+'/48">'; map_content += '<AREA SHAPE="POLY" COORDS="205,447,207,418,245,420,244,449,206,447" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon47" id="2974" href="<?php echo site_url('site-details');?>/'+project_id+'/55">'; map_content += '<AREA SHAPE="POLY" COORDS="152,473,154,457,154,444,205,447,203,476,152,473" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon48" id="2972" href="<?php echo site_url('site-details');?>/'+project_id+'/49">'; map_content += '<AREA SHAPE="POLY" COORDS="204,476,206,447,243,449,243,478,204,476" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon49" id="2973" href="<?php echo site_url('site-details');?>/'+project_id+'/54">'; map_content += '<AREA SHAPE="POLY" COORDS="148,502,152,473,203,476,202,505,148,502" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon50" id="2900" href="<?php echo site_url('site-details');?>/'+project_id+'/50">'; map_content += '<AREA SHAPE="POLY" COORDS="203,505,204,476,242,478,241,507,203,505" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon51" id="2903" href="<?php echo site_url('site-details');?>/'+project_id+'/53">'; map_content += '<AREA SHAPE="POLY" COORDS="144,534,148,503,202,505,200,537,143,534" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon52" id="2901" href="<?php echo site_url('site-details');?>/'+project_id+'/51">'; map_content += '<AREA SHAPE="POLY" COORDS="200,536,202,505,241,507,240,530,238,536,233,538,201,537" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon53" id="2902" href="<?php echo site_url('site-details');?>/'+project_id+'/52">'; map_content += '<AREA SHAPE="POLY" COORDS="285,218,287,167,290,163,294,160,327,162,323,220,285,218" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon54" id="2907" href="<?php echo site_url('site-details');?>/'+project_id+'/65">'; map_content += '<AREA SHAPE="POLY" COORDS="324,219,327,162,367,164,363,221,324,220,324,219" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon55" id="2908" href="<?php echo site_url('site-details');?>/'+project_id+'/66">'; map_content += '<AREA SHAPE="POLY" COORDS="363,222,367,164,405,166,402,224,364,222" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon56" id="2909" href="<?php echo site_url('site-details');?>/'+project_id+'/67">'; map_content += '<AREA SHAPE="POLY" COORDS="403,224,406,166,445,169,442,225,442,226,403,224" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon57" id="2910" href="<?php echo site_url('site-details');?>/'+project_id+'/68">'; map_content += '<AREA SHAPE="POLY" COORDS="443,225,446,168,484,170,482,227,443,226" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon58" id="2981" href="<?php echo site_url('site-details');?>/'+project_id+'/69">'; map_content += '<AREA SHAPE="POLY" COORDS="482,227,485,170,524,172,521,230,482,228" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon59" id="2911" href="<?php echo site_url('site-details');?>/'+project_id+'/70">'; map_content += '<AREA SHAPE="POLY" COORDS="521,230,525,172,552,173,557,176,559,179,565,232,522,230" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon60" id="2912" href="<?php echo site_url('site-details');?>/'+project_id+'/71">'; map_content += '<AREA SHAPE="POLY" COORDS="519,269,521,230,565,232,568,259,568,265,562,271,519,268" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon61" id="2913" href="<?php echo site_url('site-details');?>/'+project_id+'/72">'; map_content += '<AREA SHAPE="POLY" COORDS="489,267,491,228,521,230,519,269,490,267" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon62" id="2914" href="<?php echo site_url('site-details');?>/'+project_id+'/73">'; map_content += '<AREA SHAPE="POLY" COORDS="460,265,462,227,490,228,491,228,489,267,460,265" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon64" id="2915" href="<?php echo site_url('site-details');?>/'+project_id+'/74">'; map_content += '<AREA SHAPE="POLY" COORDS="430,263,432,225,462,227,459,265,430,264,430,263" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon65" id="2916" href="<?php echo site_url('site-details');?>/'+project_id+'/75">'; map_content += '<AREA SHAPE="POLY" COORDS="400,262,403,224,432,225,429,264,400,262" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon66" id="2982" href="<?php echo site_url('site-details');?>/'+project_id+'/76">'; map_content += '<AREA SHAPE="POLY" COORDS="371,261,373,222,403,224,400,262,370,261" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon68" id="2983" href="<?php echo site_url('site-details');?>/'+project_id+'/77">'; map_content += '<AREA SHAPE="POLY" COORDS="342,259,344,221,372,222,370,261,342,259" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon69" id="2984" href="<?php echo site_url('site-details');?>/'+project_id+'/78">'; map_content += '<AREA SHAPE="POLY" COORDS="312,257,314,219,343,221,341,259,312,258" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon70" id="2917" href="<?php echo site_url('site-details');?>/'+project_id+'/79">'; map_content += '<AREA SHAPE="POLY" COORDS="311,258,291,257,286,255,284,251,282,249,284,218,314,219,312,257" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon71" id="2533" href="<?php echo site_url('site-details');?>/'+project_id+'/80">'; map_content += '<AREA SHAPE="POLY" COORDS="281,323,282,291,286,287,288,285,322,287,320,325,281,323" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon72" id="2985" href="<?php echo site_url('site-details');?>/'+project_id+'/81">'; map_content += '<AREA SHAPE="POLY" COORDS="279,352,281,324,320,325,319,354,279,352" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon73" id="2986" href="<?php echo site_url('site-details');?>/'+project_id+'/82">'; map_content += '<AREA SHAPE="POLY" COORDS="278,381,279,352,318,354,317,383,278,381" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon74" id="2987" href="<?php echo site_url('site-details');?>/'+project_id+'/83">'; map_content += '<AREA SHAPE="POLY" COORDS="276,410,278,380,317,383,315,412,275,410" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon76" id="2988" href="<?php echo site_url('site-details');?>/'+project_id+'/84">'; map_content += '<AREA SHAPE="POLY" COORDS="275,438,276,410,315,412,313,440,275,439" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon79" id="2918" href="<?php echo site_url('site-details');?>/'+project_id+'/85">'; map_content += '<AREA SHAPE="POLY" COORDS="273,467,274,439,313,441,312,469,273,468,273,467" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon80" id="2919" href="<?php echo site_url('site-details');?>/'+project_id+'/86">'; map_content += '<AREA SHAPE="POLY" COORDS="271,497,273,468,311,469,310,499,272,497" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon81" id="2989" href="<?php echo site_url('site-details');?>/'+project_id+'/87">'; map_content += '<AREA SHAPE="POLY" COORDS="271,497,310,499,308,541,278,541,273,538,270,535,269,533,271,498" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon82" id="2990" href="<?php echo site_url('site-details');?>/'+project_id+'/88">'; map_content += '<AREA SHAPE="POLY" COORDS="309,541,311,499,350,501,348,535,346,539,345,541,343,542,340,543,309,541" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon84" id="2991" href="<?php echo site_url('site-details');?>/'+project_id+'/89">'; map_content += '<AREA SHAPE="POLY" COORDS="311,498,312,469,351,471,350,500,311,498" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon85" id="2992" href="<?php echo site_url('site-details');?>/'+project_id+'/90">'; map_content += '<AREA SHAPE="POLY" COORDS="313,469,314,441,352,443,352,471,313,469" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon86" id="2920" href="<?php echo site_url('site-details');?>/'+project_id+'/91">'; map_content += '<AREA SHAPE="POLY" COORDS="314,440,316,412,354,414,353,442,314,440" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon87" id="2921" href="<?php echo site_url('site-details');?>/'+project_id+'/92">'; map_content += '<AREA SHAPE="POLY" COORDS="316,411,318,383,356,385,354,413,316,412" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon88" id="1539" href="<?php echo site_url('site-details');?>/'+project_id+'/93">'; map_content += '<AREA SHAPE="POLY" COORDS="317,382,318,354,357,356,356,384,317,383" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon89" id="1540" href="<?php echo site_url('site-details');?>/'+project_id+'/94">'; map_content += '<AREA SHAPE="POLY" COORDS="319,353,320,325,359,327,358,355,319,354" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon90" id="1541" href="<?php echo site_url('site-details');?>/'+project_id+'/95">'; map_content += '<AREA SHAPE="POLY" COORDS="320,325,322,287,354,288,359,291,360,296,359,326,320,325" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon91" id="1542" href="<?php echo site_url('site-details');?>/'+project_id+'/96">'; map_content += '<AREA SHAPE="POLY" COORDS="389,328,390,301,392,294,396,291,430,293,428,330,389,329" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon92" id="2922" href="<?php echo site_url('site-details');?>/'+project_id+'/97">'; map_content += '<AREA SHAPE="POLY" COORDS="387,358,388,329,428,331,426,359,387,358" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon93" id="2923" href="<?php echo site_url('site-details');?>/'+project_id+'/98">'; map_content += '<AREA SHAPE="POLY" COORDS="386,386,387,358,426,359,425,388,385,386" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon94" id="2924" href="<?php echo site_url('site-details');?>/'+project_id+'/99">'; map_content += '<AREA SHAPE="POLY" COORDS="384,415,386,386,425,389,423,417,384,415" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon96" id="2925" href="<?php echo site_url('site-details');?>/'+project_id+'/100">'; map_content += '<AREA SHAPE="POLY" COORDS="382,444,384,415,423,417,422,446,383,444" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon98" id="2926" href="<?php echo site_url('site-details');?>/'+project_id+'/101">'; map_content += '<AREA SHAPE="POLY" COORDS="381,473,383,444,422,446,420,475,381,473" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon99" id="2927" href="<?php echo site_url('site-details');?>/'+project_id+'/102">'; map_content += '<AREA SHAPE="POLY" COORDS="380,502,381,474,420,475,419,504,379,503,380,502" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon100" id="2928" href="<?php echo site_url('site-details');?>/'+project_id+'/103">'; map_content += '<AREA SHAPE="POLY" COORDS="379,502,418,505,417,546,386,545,380,542,377,539,377,536,379,503" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon101" id="2929" href="<?php echo site_url('site-details');?>/'+project_id+'/104">'; map_content += '<AREA SHAPE="POLY" COORDS="419,504,457,506,457,538,455,543,452,546,448,547,417,546,418,504" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon102" id="2930" href="<?php echo site_url('site-details');?>/'+project_id+'/105">'; map_content += '<AREA SHAPE="POLY" COORDS="419,504,421,475,460,477,458,506,419,504" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon103" id="2931" href="<?php echo site_url('site-details');?>/'+project_id+'/106">'; map_content += '<AREA SHAPE="POLY" COORDS="420,475,422,446,461,448,460,477,421,475" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon104" id="2932" href="<?php echo site_url('site-details');?>/'+project_id+'/107">'; map_content += '<AREA SHAPE="POLY" COORDS="422,446,424,417,462,419,461,448,422,446" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon105" id="2933" href="<?php echo site_url('site-details');?>/'+project_id+'/108">'; map_content += '<AREA SHAPE="POLY" COORDS="424,417,426,389,464,390,462,419,423,417" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon106" id="2934" href="<?php echo site_url('site-details');?>/'+project_id+'/109">'; map_content += '<AREA SHAPE="POLY" COORDS="426,388,427,360,465,361,464,390,426,388" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon108" id="2935" href="<?php echo site_url('site-details');?>/'+project_id+'/110">'; map_content += '<AREA SHAPE="POLY" COORDS="427,359,429,330,467,332,465,361,427,359" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon109" id="2936" href="<?php echo site_url('site-details');?>/'+project_id+'/111">'; map_content += '<AREA SHAPE="POLY" COORDS="429,330,431,292,462,294,466,295,468,298,469,301,467,332,429,330" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon110" id="2937" href="<?php echo site_url('site-details');?>/'+project_id+'/112">'; map_content += '<AREA SHAPE="POLY" COORDS="496,341,498,307,499,302,503,298,506,296,539,298,536,343,497,342" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon111" id="2938" href="<?php echo site_url('site-details');?>/'+project_id+'/113">'; map_content += '<AREA SHAPE="POLY" COORDS="495,370,497,341,535,343,534,372,495,370" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon113" id="2939" href="<?php echo site_url('site-details');?>/'+project_id+'/114">'; map_content += '<AREA SHAPE="POLY" COORDS="493,399,495,371,534,372,533,401,494,399" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon114" id="2940" href="<?php echo site_url('site-details');?>/'+project_id+'/115">'; map_content += '<AREA SHAPE="POLY" COORDS="491,428,493,399,533,402,532,430,492,428" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon115" id="2941" href="<?php echo site_url('site-details');?>/'+project_id+'/116">'; map_content += '<AREA SHAPE="POLY" COORDS="490,457,491,429,531,431,530,459,490,457" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon116" id="2942" href="<?php echo site_url('site-details');?>/'+project_id+'/117">'; map_content += '<AREA SHAPE="POLY" COORDS="489,486,490,457,529,460,528,488,489,486" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon117" id="2943" href="<?php echo site_url('site-details');?>/'+project_id+'/118">'; map_content += '<AREA SHAPE="POLY" COORDS="487,515,489,486,528,488,527,517,487,515" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon118" id="2944" href="<?php echo site_url('site-details');?>/'+project_id+'/119">'; map_content += '<AREA SHAPE="POLY" COORDS="487,515,526,517,525,551,493,550,489,548,487,545,486,543,486,542,487,515" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon119" id="2945" href="<?php echo site_url('site-details');?>/'+project_id+'/120">'; map_content += '<AREA SHAPE="POLY" COORDS="526,551,527,519,597,512,601,544,600,549,598,552,593,554,525,551" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon120" id="2993" href="<?php echo site_url('site-details');?>/'+project_id+'/121">'; map_content += '<AREA SHAPE="POLY" COORDS="528,519,529,480,593,473,597,512,528,519" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon121" id="2994" href="<?php echo site_url('site-details');?>/'+project_id+'/122">'; map_content += '<AREA SHAPE="POLY" COORDS="530,479,531,442,588,435,592,473,530,480" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon123" id="2995" href="<?php echo site_url('site-details');?>/'+project_id+'/123">'; map_content += '<AREA SHAPE="POLY" COORDS="532,440,534,402,584,397,588,434,531,441" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon124" id="2996" href="<?php echo site_url('site-details');?>/'+project_id+'/124">'; map_content += '<AREA SHAPE="POLY" COORDS="534,401,535,362,579,358,583,396,534,402" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon125" id="2997" href="<?php echo site_url('site-details');?>/'+project_id+'/125">'; map_content += '<AREA SHAPE="POLY" COORDS="536,362,539,297,539,298,568,300,572,303,574,308,579,358,536,362" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon126" id="2946" href="<?php echo site_url('site-details');?>/'+project_id+'/126">'; map_content += '<AREA SHAPE="POLY" COORDS="688,227,644,231,638,178,672,180,688,227" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon127" id="2948" href="<?php echo site_url('site-details');?>/'+project_id+'/1">'; map_content += '<AREA SHAPE="POLY" COORDS="645,232,649,270,698,265,698,254,689,227,644,232" ##LOCKED="False" ##COLOR="0" ##NAME="Polygon128" id="2949" href="<?php echo site_url('site-details');?>/'+project_id+'/2">'; map_content += '<AREA SHAPE="POLY" COORDS="653,308,649,270,698,265,708,303,653,309" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon129" id="2950" href="<?php echo site_url('site-details');?>/'+project_id+'/3">'; map_content += '<AREA SHAPE="POLY" COORDS="658,346,653,308,708,302,715,340,658,346" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon2" id="2883" href="<?php echo site_url('site-details');?>/'+project_id+'/4">'; map_content += '<AREA SHAPE="POLY" COORDS="662,385,658,347,715,340,722,378,663,385" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon3" id="2884" href="<?php echo site_url('site-details');?>/'+project_id+'/5">'; map_content += '<AREA SHAPE="POLY" COORDS="666,424,662,386,722,378,729,417,666,424" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon4" id="2885" href="<?php echo site_url('site-details');?>/'+project_id+'/6">'; map_content += '<AREA SHAPE="POLY" COORDS="671,461,667,424,730,416,738,455,671,462" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon5" id="2886" href="<?php echo site_url('site-details');?>/'+project_id+'/7">'; map_content += '<AREA SHAPE="POLY" COORDS="676,500,672,462,738,456,748,493,676,501" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon6" id="2887" href="<?php echo site_url('site-details');?>/'+project_id+'/8">'; map_content += '<AREA SHAPE="POLY" COORDS="676,500,747,493,764,562,683,559,682,558,676,500" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon7" id="2888" href="<?php echo site_url('site-details');?>/'+project_id+'/9">'; map_content += '<AREA SHAPE="POLY" COORDS="629,529,678,524,681,558,638,556,633,554,632,549,629,529" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon8" id="2889" href="<?php echo site_url('site-details');?>/'+project_id+'/10">'; map_content += '<AREA SHAPE="POLY" COORDS="629,529,626,500,675,495,678,523,629,529" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon9" id="2890" href="<?php echo site_url('site-details');?>/'+project_id+'/11">'; map_content += '<AREA SHAPE="POLY" COORDS="626,500,622,471,671,466,675,495,626,500" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon10" id="2891" href="<?php echo site_url('site-details');?>/'+project_id+'/12">'; map_content += '<AREA SHAPE="POLY" COORDS="622,470,620,442,668,437,671,465,622,471" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon11" id="2892" href="<?php echo site_url('site-details');?>/'+project_id+'/13">'; map_content += '<AREA SHAPE="POLY" COORDS="619,442,616,413,664,409,668,437,619,442" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon12" id="2893" href="<?php echo site_url('site-details');?>/'+project_id+'/14">'; map_content += '<AREA SHAPE="POLY" COORDS="616,413,613,384,660,380,661,381,664,409,616,413" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon13" id="2894" href="<?php echo site_url('site-details');?>/'+project_id+'/15">'; map_content += '<AREA SHAPE="POLY" COORDS="613,384,609,355,657,351,661,380,613,384" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon14" id="2895" href="<?php echo site_url('site-details');?>/'+project_id+'/16">'; map_content += '<AREA SHAPE="POLY" COORDS="609,355,605,327,654,322,658,351,609,356" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon15" id="1498" href="<?php echo site_url('site-details');?>/'+project_id+'/17">'; map_content += '<AREA SHAPE="POLY" COORDS="605,326,602,298,651,294,654,322,606,327" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon16" id="1499" href="<?php echo site_url('site-details');?>/'+project_id+'/18">'; map_content += '<AREA SHAPE="POLY" COORDS="603,298,599,270,648,265,651,294,602,298" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon17" id="1500" href="<?php echo site_url('site-details');?>/'+project_id+'/19">'; map_content += '<AREA SHAPE="POLY" COORDS="599,270,596,241,644,236,648,265,599,270" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon18" id="2951" href="<?php echo site_url('site-details');?>/'+project_id+'/20">'; map_content += '<AREA SHAPE="POLY" COORDS="596,240,592,212,642,208,644,236,596,241" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon19" id="2952" href="<?php echo site_url('site-details');?>/'+project_id+'/21">'; map_content += '<AREA SHAPE="POLY" COORDS="593,212,589,184,593,177,597,176,638,178,641,208,592,212" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon20" id="2953" href="<?php echo site_url('site-details');?>/'+project_id+'/22">'; map_content += '</MAP>'; } else if(response.approved_plan.approval_image == "DiyaPlan.png") { map_content += '<img src="https://www.gssorganised.com/project_uploads/'+response.approved_plan.approval_image+'" usemap="#plan1" class="appr_plan"/>'; map_content += '<MAP NAME="plan1">'; map_content += '<AREA SHAPE="POLY" COORDS="346,766,345,841,403,843,408,769,346,766" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon1" href="<?php echo site_url('site-details');?>/'+project_id+'/1">'; map_content += '<AREA SHAPE="POLY" COORDS="408,769,403,842,459,847,463,773,408,769" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon2" href="<?php echo site_url('site-details');?>/'+project_id+'/2">'; map_content += '<AREA SHAPE="POLY" COORDS="463,773,459,846,516,851,521,778,463,773" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon3" href="<?php echo site_url('site-details');?>/'+project_id+'/3">'; map_content += '<AREA SHAPE="POLY" COORDS="522,778,517,851,575,854,578,781,522,778" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon4" href="<?php echo site_url('site-details');?>/'+project_id+'/4">'; map_content += '<AREA SHAPE="POLY" COORDS="632,858,699,863,698,802,632,803,632,859" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon5" href="<?php echo site_url('site-details');?>/'+project_id+'/5">'; map_content += '<AREA SHAPE="POLY" COORDS="632,801,698,801,699,745,633,746,633,801" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon6" href="<?php echo site_url('site-details');?>/'+project_id+'/6">'; map_content += '<AREA SHAPE="POLY" COORDS="633,745,698,745,701,689,633,689,632,745" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon9" href="<?php echo site_url('site-details');?>/'+project_id+'/7">'; map_content += '<AREA SHAPE="POLY" COORDS="634,689,701,688,701,632,634,631,634,689" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon10" href="<?php echo site_url('site-details');?>/'+project_id+'/8">'; map_content += '<AREA SHAPE="POLY" COORDS="634,630,701,632,701,579,635,575,634,630" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon11" href="<?php echo site_url('site-details');?>/'+project_id+'/9">'; map_content += '<AREA SHAPE="POLY" COORDS="634,575,700,579,702,519,634,519,634,575" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon12" href="<?php echo site_url('site-details');?>/'+project_id+'/10">'; map_content += '<AREA SHAPE="POLY" COORDS="636,519,701,519,701,464,636,464,635,518" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon14" href="<?php echo site_url('site-details');?>/'+project_id+'/11">'; map_content += '<AREA SHAPE="POLY" COORDS="636,464,701,463,702,393,636,405,636,464" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon15" href="<?php echo site_url('site-details');?>/'+project_id+'/12">'; map_content += '<AREA SHAPE="POLY" COORDS="505,474,579,474,581,404,526,412,504,428,505,474" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon16" href="<?php echo site_url('site-details');?>/'+project_id+'/13">'; map_content += '<AREA SHAPE="POLY" COORDS="505,475,579,475,579,529,505,529,505,475" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon17" href="<?php echo site_url('site-details');?>/'+project_id+'/14">'; map_content += '<AREA SHAPE="POLY" COORDS="504,529,578,530,578,588,505,585,504,529" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon18" href="<?php echo site_url('site-details');?>/'+project_id+'/15">'; map_content += '<AREA SHAPE="POLY" COORDS="505,586,578,588,577,647,504,641,505,586" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon20" href="<?php echo site_url('site-details');?>/'+project_id+'/16">'; map_content += '<AREA SHAPE="POLY" COORDS="530,643,577,647,576,721,524,717,529,643" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon21" href="<?php echo site_url('site-details');?>/'+project_id+'/17">'; map_content += '<AREA SHAPE="POLY" COORDS="474,640,530,642,523,717,469,713,474,641" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon22" href="<?php echo site_url('site-details');?>/'+project_id+'/18">'; map_content += '<AREA SHAPE="POLY" COORDS="415,637,474,639,468,713,412,709,415,637" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon23" href="<?php echo site_url('site-details');?>/'+project_id+'/19">'; map_content += '<AREA SHAPE="POLY" COORDS="415,637,503,641,505,581,416,581,414,638" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon24" href="<?php echo site_url('site-details');?>/'+project_id+'/20">'; map_content += '<AREA SHAPE="POLY" COORDS="417,581,418,522,504,523,504,580,417,580" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon25" href="<?php echo site_url('site-details');?>/'+project_id+'/21">'; map_content += '<AREA SHAPE="POLY" COORDS="418,522,419,485,505,428,504,522,418,523" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon26" href="<?php echo site_url('site-details');?>/'+project_id+'/22">'; map_content += '</MAP>'; } else if(response.approved_plan.approval_image == "Planbharaiva.jpg") { map_content += '<img src="https://www.gssorganised.com/project_uploads/'+response.approved_plan.approval_image+'" usemap="#plan2" class="appr_plan"/>'; map_content += '<MAP NAME="plan2">'; map_content += '<AREA SHAPE="POLY" COORDS="43,135,54,50,112,52,111,136,43,135" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon2" href="<?php echo site_url('site-details');?>/'+project_id+'/7">'; map_content += '<AREA SHAPE="POLY" COORDS="113,52,168,53,168,137,111,137,112,52" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon4" href="<?php echo site_url('site-details');?>/'+project_id+'/6">'; map_content += '<AREA SHAPE="POLY" COORDS="169,53,224,54,223,139,167,137,168,53" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon5" href="<?php echo site_url('site-details');?>/'+project_id+'/5">'; map_content += '<AREA SHAPE="POLY" COORDS="225,54,280,55,279,140,223,139,224,54" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon6" href="<?php echo site_url('site-details');?>/'+project_id+'/4">'; map_content += '<AREA SHAPE="POLY" COORDS="281,56,335,56,334,140,280,140,280,55" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon7" href="<?php echo site_url('site-details');?>/'+project_id+'/3">'; map_content += '<AREA SHAPE="POLY" COORDS="335,57,391,57,389,142,334,140,335,57" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon8" href="<?php echo site_url('site-details');?>/'+project_id+'/2">'; map_content += '<AREA SHAPE="POLY" COORDS="391,58,452,59,444,142,389,142,391,58" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon10" href="<?php echo site_url('site-details');?>/'+project_id+'/1">'; map_content += '<AREA SHAPE="POLY" COORDS="452,59,488,59,487,144,445,144,452,59" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon11" href="<?php echo site_url('site-details');?>/'+project_id+'/8">'; map_content += '<AREA SHAPE="POLY" COORDS="489,60,543,60,542,145,487,144,488,60" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon12" href="<?php echo site_url('site-details');?>/'+project_id+'/7">'; map_content += '<AREA SHAPE="POLY" COORDS="545,60,599,62,598,146,543,145,543,59" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon13" href="<?php echo site_url('site-details');?>/'+project_id+'/6">'; map_content += '<AREA SHAPE="POLY" COORDS="600,62,655,62,654,146,598,146,600,62" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon14" href="<?php echo site_url('site-details');?>/'+project_id+'/5">'; map_content += '<AREA SHAPE="POLY" COORDS="656,63,711,63,710,147,654,147,655,63" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon15" href="<?php echo site_url('site-details');?>/'+project_id+'/4">'; map_content += '<AREA SHAPE="POLY" COORDS="712,64,766,65,765,148,711,147,712,64" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon16" href="<?php echo site_url('site-details');?>/'+project_id+'/3">'; map_content += '<AREA SHAPE="POLY" COORDS="767,65,822,65,821,149,765,149,766,65" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon17" href="<?php echo site_url('site-details');?>/'+project_id+'/2">'; map_content += '<AREA SHAPE="POLY" COORDS="822,150,823,65,865,66,863,150,822,149" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon18" href="<?php echo site_url('site-details');?>/'+project_id+'/1">'; map_content += '<AREA SHAPE="POLY" COORDS="100,178,208,181,206,267,99,178" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon19" href="<?php echo site_url('site-details');?>/'+project_id+'/8">'; map_content += '<AREA SHAPE="POLY" COORDS="220,181,219,267,274,267,276,181,220,180" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon20" href="<?php echo site_url('site-details');?>/'+project_id+'/9">'; map_content += '<AREA SHAPE="POLY" COORDS="276,182,331,183,329,266,275,267,276,181" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon21" href="<?php echo site_url('site-details');?>/'+project_id+'/10">'; map_content += '<AREA SHAPE="POLY" COORDS="331,183,386,183,385,266,329,266,331,183" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon22" href="<?php echo site_url('site-details');?>/'+project_id+'/11">'; map_content += '<AREA SHAPE="POLY" COORDS="386,184,441,185,436,265,385,266,386,183" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon23" href="<?php echo site_url('site-details');?>/'+project_id+'/12">'; map_content += '<AREA SHAPE="POLY" COORDS="442,185,487,186,485,265,436,266,442,186" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon24" href="<?php echo site_url('site-details');?>/'+project_id+'/9">'; map_content += '<AREA SHAPE="POLY" COORDS="487,186,527,187,526,265,485,265,487,186" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon25" href="<?php echo site_url('site-details');?>/'+project_id+'/10">'; map_content += '<AREA SHAPE="POLY" COORDS="528,187,570,188,568,263,526,265,527,187" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon26" href="<?php echo site_url('site-details');?>/'+project_id+'/11">'; map_content += '<AREA SHAPE="POLY" COORDS="571,188,610,189,610,264,568,263,570,188" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon27" href="<?php echo site_url('site-details');?>/'+project_id+'/12">'; map_content += '<AREA SHAPE="POLY" COORDS="611,189,652,189,651,263,610,264,611,188" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon28" href="<?php echo site_url('site-details');?>/'+project_id+'/13">'; map_content += '<AREA SHAPE="POLY" COORDS="653,190,652,263,694,262,695,190,652,189" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon29" href="<?php echo site_url('site-details');?>/'+project_id+'/14">'; map_content += '<AREA SHAPE="POLY" COORDS="696,190,694,263,736,262,737,191,695,190" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon30" href="<?php echo site_url('site-details');?>/'+project_id+'/15">'; map_content += '<AREA SHAPE="POLY" COORDS="737,191,778,191,777,261,736,262,737,190" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon31" href="<?php echo site_url('site-details');?>/'+project_id+'/16">'; map_content += '<AREA SHAPE="POLY" COORDS="779,192,819,192,819,260,778,262,778,192" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon32" href="<?php echo site_url('site-details');?>/'+project_id+'/17">'; map_content += '<AREA SHAPE="POLY" COORDS="820,192,861,193,861,260,819,261,820,192" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon33" href="<?php echo site_url('site-details');?>/'+project_id+'/18">'; map_content += '</MAP>'; } else if(response.approved_plan.approval_image == "spoorthy.jpg") { map_content += '<img src="https://www.gssorganised.com/project_uploads/'+response.approved_plan.approval_image+'" usemap="#plan2" class="appr_plan"/>'; map_content += '<MAP NAME="plan2">'; map_content += '<AREA SHAPE="POLY" COORDS="123,186,128,153,145,157,140,189,122,186" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon2" id="2812" href="<?php echo site_url('site-details');?>/'+project_id+'/1">'; map_content += '<AREA SHAPE="POLY" COORDS="140,190,145,157,163,160,158,194,140,190" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon3" id="2813" href="<?php echo site_url('site-details');?>/'+project_id+'/2">'; map_content += '<AREA SHAPE="POLY" COORDS="159,194,163,160,182,164,175,198,159,195" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon4" id="2814" href="<?php echo site_url('site-details');?>/'+project_id+'/3">'; map_content += '<AREA SHAPE="POLY" COORDS="176,198,182,165,200,169,194,202,176,199" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon5" id="2815" href="<?php echo site_url('site-details');?>/'+project_id+'/4">'; map_content += '<AREA SHAPE="POLY" COORDS="194,203,199,170,218,174,212,206,194,203" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon6" id="2816" href="<?php echo site_url('site-details');?>/'+project_id+'/5">'; map_content += '<AREA SHAPE="POLY" COORDS="212,207,218,174,235,178,230,211,212,207" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon7" id="2817" href="<?php echo site_url('site-details');?>/'+project_id+'/6">'; map_content += '<AREA SHAPE="POLY" COORDS="231,211,235,179,266,185,261,219,231,212" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon8" id="2818" href="<?php echo site_url('site-details');?>/'+project_id+'/7">'; map_content += '<AREA SHAPE="POLY" COORDS="198,244,200,225,226,232,224,249,198,243" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon9" id="2819" href="<?php echo site_url('site-details');?>/'+project_id+'/8">'; map_content += '<AREA SHAPE="POLY" COORDS="194,263,198,244,224,249,220,269,194,263" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon10" id="2820" href="<?php echo site_url('site-details');?>/'+project_id+'/9">'; map_content += '<AREA SHAPE="POLY" COORDS="191,283,194,263,219,269,216,289,189,283" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon11" id="2821" href="<?php echo site_url('site-details');?>/'+project_id+'/10">'; map_content += '<AREA SHAPE="POLY" COORDS="187,303,190,284,215,289,212,309,187,304" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon12" id="2822" href="<?php echo site_url('site-details');?>/'+project_id+'/11">'; map_content += '<AREA SHAPE="POLY" COORDS="183,320,186,304,211,309,209,326,182,319" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon13" id="2823" href="<?php echo site_url('site-details');?>/'+project_id+'/12">'; map_content += '<AREA SHAPE="POLY" COORDS="209,326,212,310,241,317,239,333,209,326" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon15" id="2824" href="<?php echo site_url('site-details');?>/'+project_id+'/13">'; map_content += '<AREA SHAPE="POLY" COORDS="212,310,215,290,245,297,241,317,212,310" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon16" id="2825" href="<?php echo site_url('site-details');?>/'+project_id+'/14">'; map_content += '<AREA SHAPE="POLY" COORDS="216,290,220,270,249,276,245,297,216,289" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon17" id="2826" href="<?php echo site_url('site-details');?>/'+project_id+'/15">'; map_content += '<AREA SHAPE="POLY" COORDS="221,270,224,250,252,256,250,276,220,269" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon18" id="2827" href="<?php echo site_url('site-details');?>/'+project_id+'/16">'; map_content += '<AREA SHAPE="POLY" COORDS="225,250,227,232,256,239,253,256,224,249" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon19" id="2828" href="<?php echo site_url('site-details');?>/'+project_id+'/17">'; map_content += '<AREA SHAPE="POLY" COORDS="256,338,259,322,290,329,288,344,256,337" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon20" id="2829" href="<?php echo site_url('site-details');?>/'+project_id+'/18">'; map_content += '<AREA SHAPE="POLY" COORDS="260,322,264,301,293,308,290,328,259,321" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon21" id="2830" href="<?php echo site_url('site-details');?>/'+project_id+'/19">'; map_content += '<AREA SHAPE="POLY" COORDS="264,301,268,282,297,288,295,308,264,301" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon22" id="2831" href="<?php echo site_url('site-details');?>/'+project_id+'/20">'; map_content += '<AREA SHAPE="POLY" COORDS="269,282,272,262,302,268,299,288,268,282" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon23" id="2832" href="<?php echo site_url('site-details');?>/'+project_id+'/21">'; map_content += '<AREA SHAPE="POLY" COORDS="272,261,275,243,305,251,302,268,272,262" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon24" id="2833" href="<?php echo site_url('site-details');?>/'+project_id+'/22">'; map_content += '<AREA SHAPE="POLY" COORDS="279,223,285,193,315,199,309,231,278,224" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon25" id="2834" href="<?php echo site_url('site-details');?>/'+project_id+'/23">'; map_content += '<AREA SHAPE="POLY" COORDS="285,192,290,162,321,167,315,198,285,193" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon26" id="2835" href="<?php echo site_url('site-details');?>/'+project_id+'/24">'; map_content += '<AREA SHAPE="POLY" COORDS="485,324,489,293,506,295,502,326,485,324" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon27" id="2836" href="<?php echo site_url('site-details');?>/'+project_id+'/25">'; map_content += '<AREA SHAPE="POLY" COORDS="502,328,506,296,524,298,520,331,501,327" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon28" id="2837" href="<?php echo site_url('site-details');?>/'+project_id+'/26">'; map_content += '<AREA SHAPE="POLY" COORDS="520,331,524,299,543,303,538,334,520,331" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon29" id="2838" href="<?php echo site_url('site-details');?>/'+project_id+'/27">'; map_content += '<AREA SHAPE="POLY" COORDS="539,334,544,304,565,307,560,339,539,334" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon30" id="2839" href="<?php echo site_url('site-details');?>/'+project_id+'/28">'; map_content += '<AREA SHAPE="POLY" COORDS="578,343,584,312,604,316,599,347,578,343" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon31" id="2840" href="<?php echo site_url('site-details');?>/'+project_id+'/29">'; map_content += '<AREA SHAPE="POLY" COORDS="600,347,604,317,621,320,618,351,599,347" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon32" id="2841" href="<?php echo site_url('site-details');?>/'+project_id+'/30">'; map_content += '<AREA SHAPE="POLY" COORDS="618,351,622,321,639,323,635,354,618,351" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon33" id="2842" href="<?php echo site_url('site-details');?>/'+project_id+'/31">'; map_content += '<AREA SHAPE="POLY" COORDS="636,354,640,324,659,327,653,359,635,354" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon34" id="2843" href="<?php echo site_url('site-details');?>/'+project_id+'/32">'; map_content += '<AREA SHAPE="POLY" COORDS="653,359,660,328,676,331,672,362,653,359" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon35" id="2844" href="<?php echo site_url('site-details');?>/'+project_id+'/33">'; map_content += '<AREA SHAPE="POLY" COORDS="673,362,676,332,694,335,690,365,672,362" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon36" id="2845" href="<?php echo site_url('site-details');?>/'+project_id+'/34">'; map_content += '<AREA SHAPE="POLY" COORDS="691,366,694,335,712,338,708,369,691,366" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon37" id="2846" href="<?php echo site_url('site-details');?>/'+project_id+'/35">'; map_content += '<AREA SHAPE="POLY" COORDS="708,370,713,339,731,343,726,373,709,369" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon38" id="2847" href="<?php echo site_url('site-details');?>/'+project_id+'/36">'; map_content += '<AREA SHAPE="POLY" COORDS="727,374,732,343,748,346,745,377,727,373" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon39" id="2848" href="<?php echo site_url('site-details');?>/'+project_id+'/37">'; map_content += '<AREA SHAPE="POLY" COORDS="746,378,749,347,774,352,770,379,746,378" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon40" id="2849" href="<?php echo site_url('site-details');?>/'+project_id+'/38">'; map_content += '<AREA SHAPE="POLY" COORDS="749,325,751,309,781,316,779,332,749,325" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon41" id="2850" href="<?php echo site_url('site-details');?>/'+project_id+'/39">'; map_content += '<AREA SHAPE="POLY" COORDS="752,309,755,289,784,295,781,315,752,309" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon42" id="1418" href="<?php echo site_url('site-details');?>/'+project_id+'/40">'; map_content += '<AREA SHAPE="POLY" COORDS="756,289,759,269,788,274,784,296,756,290" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon43" id="1419" href="<?php echo site_url('site-details');?>/'+project_id+'/41">'; map_content += '<AREA SHAPE="POLY" COORDS="760,269,763,249,792,255,789,274,760,269" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon44" id="1420" href="<?php echo site_url('site-details');?>/'+project_id+'/42">'; map_content += '<AREA SHAPE="POLY" COORDS="763,249,766,228,796,235,793,255,764,248" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon45" id="1421" href="<?php echo site_url('site-details');?>/'+project_id+'/43">'; map_content += '<AREA SHAPE="POLY" COORDS="767,227,770,208,799,214,796,234,767,228" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon46" id="1422" href="<?php echo site_url('site-details');?>/'+project_id+'/44">'; map_content += '<AREA SHAPE="POLY" COORDS="771,208,774,188,803,193,800,214,771,208" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon47" id="2690" href="<?php echo site_url('site-details');?>/'+project_id+'/45">'; map_content += '<AREA SHAPE="POLY" COORDS="774,187,777,167,807,173,803,193,774,188" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon48" id="2851" href="<?php echo site_url('site-details');?>/'+project_id+'/46">'; map_content += '<AREA SHAPE="POLY" COORDS="778,166,781,147,810,153,807,173,778,167" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon49" id="2852" href="<?php echo site_url('site-details');?>/'+project_id+'/47">'; map_content += '<AREA SHAPE="POLY" COORDS="781,147,785,127,815,133,810,152,781,147" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon50" id="2853" href="<?php echo site_url('site-details');?>/'+project_id+'/48">'; map_content += '<AREA SHAPE="POLY" COORDS="785,127,789,106,818,113,815,132,785,127" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon51" id="2854" href="<?php echo site_url('site-details');?>/'+project_id+'/49">'; map_content += '<AREA SHAPE="POLY" COORDS="789,105,792,86,821,92,818,112,790,106" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon52" id="2855" href="<?php echo site_url('site-details');?>/'+project_id+'/50">'; map_content += '<AREA SHAPE="POLY" COORDS="768,82,791,86,788,105,764,101,768,82" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon53" id="2856" href="<?php echo site_url('site-details');?>/'+project_id+'/51">'; map_content += '<AREA SHAPE="POLY" COORDS="764,102,788,106,784,126,761,121,764,102" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon54" id="1423" href="<?php echo site_url('site-details');?>/'+project_id+'/52">'; map_content += '<AREA SHAPE="POLY" COORDS="761,121,757,141,780,146,784,127,761,122" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon57" id="1424" href="<?php echo site_url('site-details');?>/'+project_id+'/53">'; map_content += '<AREA SHAPE="POLY" COORDS="757,142,779,147,777,167,752,162,757,142" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon58" id="1425" href="<?php echo site_url('site-details');?>/'+project_id+'/54">'; map_content += '<AREA SHAPE="POLY" COORDS="752,163,776,167,773,187,750,182,753,163" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon59" id="1426" href="<?php echo site_url('site-details');?>/'+project_id+'/55">'; map_content += '<AREA SHAPE="POLY" COORDS="746,202,749,183,772,187,770,207,745,202" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon60" id="1427" href="<?php echo site_url('site-details');?>/'+project_id+'/56">'; map_content += '<AREA SHAPE="POLY" COORDS="743,222,746,203,769,208,766,228,742,223" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon61" id="1428" href="<?php echo site_url('site-details');?>/'+project_id+'/57">'; map_content += '<AREA SHAPE="POLY" COORDS="739,243,742,223,766,228,762,247,738,243" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon62" id="1429" href="<?php echo site_url('site-details');?>/'+project_id+'/58">'; map_content += '<AREA SHAPE="POLY" COORDS="735,263,739,244,762,247,759,268,734,263" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon63" id="1430" href="<?php echo site_url('site-details');?>/'+project_id+'/59">'; map_content += '<AREA SHAPE="POLY" COORDS="731,284,735,264,758,268,755,288,731,284" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon64" id="1431" href="<?php echo site_url('site-details');?>/'+project_id+'/60">'; map_content += '<AREA SHAPE="POLY" COORDS="728,304,731,285,754,289,751,308,728,304" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon65" id="1432" href="<?php echo site_url('site-details');?>/'+project_id+'/61">'; map_content += '<AREA SHAPE="POLY" COORDS="725,320,727,304,750,309,749,325,725,320" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon66" id="2857" href="<?php echo site_url('site-details');?>/'+project_id+'/62">'; map_content += '<AREA SHAPE="POLY" COORDS="682,311,685,295,709,299,706,316,682,311" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon67" id="2858" href="<?php echo site_url('site-details');?>/'+project_id+'/63">'; map_content += '<AREA SHAPE="POLY" COORDS="686,294,689,274,712,279,709,298,685,294" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon68" id="2682" href="<?php echo site_url('site-details');?>/'+project_id+'/64">'; map_content += '<AREA SHAPE="POLY" COORDS="689,273,692,254,716,258,712,279,689,273" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon69" id="2683" href="<?php echo site_url('site-details');?>/'+project_id+'/65">'; map_content += '<AREA SHAPE="POLY" COORDS="692,254,696,233,720,238,716,258,693,254" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon70" id="2684" href="<?php echo site_url('site-details');?>/'+project_id+'/66">'; map_content += '<AREA SHAPE="POLY" COORDS="696,232,700,213,723,218,720,238,696,233" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon71" id="1433" href="<?php echo site_url('site-details');?>/'+project_id+'/67">'; map_content += '<AREA SHAPE="POLY" COORDS="700,212,703,192,727,197,723,218,700,212" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon72" id="1434" href="<?php echo site_url('site-details');?>/'+project_id+'/68">'; map_content += '<AREA SHAPE="POLY" COORDS="704,191,707,172,730,177,727,196,704,192" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon73" id="2685" href="<?php echo site_url('site-details');?>/'+project_id+'/69">'; map_content += '<AREA SHAPE="POLY" COORDS="708,171,711,153,734,157,731,176,708,172" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon74" id="1435" href="<?php echo site_url('site-details');?>/'+project_id+'/70">'; map_content += '<AREA SHAPE="POLY" COORDS="711,152,715,131,738,137,734,156,711,152" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon75" id="1436" href="<?php echo site_url('site-details');?>/'+project_id+'/71">'; map_content += '<AREA SHAPE="POLY" COORDS="715,131,718,111,742,116,739,137,715,132" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon77" id="1437" href="<?php echo site_url('site-details');?>/'+project_id+'/72">'; map_content += '<AREA SHAPE="POLY" COORDS="719,111,721,91,746,96,742,116,719,111" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon78" id="1438" href="<?php echo site_url('site-details');?>/'+project_id+'/73">'; map_content += '<AREA SHAPE="POLY" COORDS="722,91,726,71,749,76,745,96,722,91" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon80" id="2859" href="<?php echo site_url('site-details');?>/'+project_id+'/74">'; map_content += '<AREA SHAPE="POLY" COORDS="698,85,701,66,725,71,722,90,698,85" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon81" id="2860" href="<?php echo site_url('site-details');?>/'+project_id+'/75">'; map_content += '<AREA SHAPE="POLY" COORDS="694,106,698,86,721,90,718,111,694,106" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon82" id="1439" href="<?php echo site_url('site-details');?>/'+project_id+'/76">'; map_content += '<AREA SHAPE="POLY" COORDS="691,126,694,107,718,112,714,131,690,126" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon83" id="1440" href="<?php echo site_url('site-details');?>/'+project_id+'/77">'; map_content += '<AREA SHAPE="POLY" COORDS="687,147,691,127,714,131,710,151,687,147" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon84" id="1441" href="<?php echo site_url('site-details');?>/'+project_id+'/78">'; map_content += '<AREA SHAPE="POLY" COORDS="683,167,686,148,709,152,707,171,683,167" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon85" id="1442" href="<?php echo site_url('site-details');?>/'+project_id+'/79">'; map_content += '<AREA SHAPE="POLY" COORDS="680,188,683,168,706,172,702,192,679,188" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon86" id="1443" href="<?php echo site_url('site-details');?>/'+project_id+'/80">'; map_content += '<AREA SHAPE="POLY" COORDS="676,208,679,189,702,193,699,212,675,207" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon87" id="1444" href="<?php echo site_url('site-details');?>/'+project_id+'/81">'; map_content += '<AREA SHAPE="POLY" COORDS="671,227,676,208,698,213,696,233,671,228" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon88" id="1445" href="<?php echo site_url('site-details');?>/'+project_id+'/82">'; map_content += '<AREA SHAPE="POLY" COORDS="669,248,672,228,694,233,691,253,668,248" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon89" id="1446" href="<?php echo site_url('site-details');?>/'+project_id+'/83">'; map_content += '<AREA SHAPE="POLY" COORDS="665,268,669,249,692,254,688,274,664,268" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon90" id="1447" href="<?php echo site_url('site-details');?>/'+project_id+'/84">'; map_content += '<AREA SHAPE="POLY" COORDS="661,289,665,269,688,274,684,293,662,289" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon91" id="1448" href="<?php echo site_url('site-details');?>/'+project_id+'/85">'; map_content += '<AREA SHAPE="POLY" COORDS="658,307,661,290,684,294,681,310,658,307" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon92" id="2861" href="<?php echo site_url('site-details');?>/'+project_id+'/86">'; map_content += '<AREA SHAPE="POLY" COORDS="615,297,619,280,642,284,640,302,615,298" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon93" id="2862" href="<?php echo site_url('site-details');?>/'+project_id+'/87">'; map_content += '<AREA SHAPE="POLY" COORDS="620,279,622,258,646,264,642,284,620,279" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon94" id="2691" href="<?php echo site_url('site-details');?>/'+project_id+'/88">'; map_content += '<AREA SHAPE="POLY" COORDS="622,258,626,239,649,244,646,263,623,258" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon95" id="2692" href="<?php echo site_url('site-details');?>/'+project_id+'/89">'; map_content += '<AREA SHAPE="POLY" COORDS="627,238,630,219,653,223,649,244,627,239" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon96" id="1449" href="<?php echo site_url('site-details');?>/'+project_id+'/90">'; map_content += '<AREA SHAPE="POLY" COORDS="631,218,634,198,657,203,653,222,631,218" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon97" id="2693" href="<?php echo site_url('site-details');?>/'+project_id+'/91">'; map_content += '<AREA SHAPE="POLY" COORDS="634,197,637,178,660,183,657,202,633,197" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon98" id="1450" href="<?php echo site_url('site-details');?>/'+project_id+'/92">'; map_content += '<AREA SHAPE="POLY" COORDS="638,178,641,158,664,162,661,182,637,178" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon99" id="2694" href="<?php echo site_url('site-details');?>/'+project_id+'/93">'; map_content += '<AREA SHAPE="POLY" COORDS="642,157,645,137,668,142,664,161,642,158" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon100" id="2695" href="<?php echo site_url('site-details');?>/'+project_id+'/94">'; map_content += '<AREA SHAPE="POLY" COORDS="645,136,649,116,672,121,668,141,645,136" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon101" id="1451" href="<?php echo site_url('site-details');?>/'+project_id+'/95">'; map_content += '<AREA SHAPE="POLY" COORDS="649,115,652,97,675,101,672,120,649,116" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon102" id="2696" href="<?php echo site_url('site-details');?>/'+project_id+'/96">'; map_content += '<AREA SHAPE="POLY" COORDS="652,96,655,76,679,81,676,101,653,96" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon103" id="1452" href="<?php echo site_url('site-details');?>/'+project_id+'/97">'; map_content += '<AREA SHAPE="POLY" COORDS="656,76,659,57,682,61,679,81,656,76" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon104" id="2863" href="<?php echo site_url('site-details');?>/'+project_id+'/98">'; map_content += '<AREA SHAPE="POLY" COORDS="632,70,635,51,659,56,655,75,632,70" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon105" id="2864" href="<?php echo site_url('site-details');?>/'+project_id+'/99">'; map_content += '<AREA SHAPE="POLY" COORDS="628,90,631,71,654,75,651,95,628,91" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon106" id="1453" href="<?php echo site_url('site-details');?>/'+project_id+'/100">'; map_content += '<AREA SHAPE="POLY" COORDS="625,111,628,92,651,95,648,115,625,111" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon107" id="1454" href="<?php echo site_url('site-details');?>/'+project_id+'/101">'; map_content += '<AREA SHAPE="POLY" COORDS="620,131,624,112,647,116,645,136,621,132" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon108" id="2686" href="<?php echo site_url('site-details');?>/'+project_id+'/102">'; map_content += '<AREA SHAPE="POLY" COORDS="617,152,620,133,644,137,641,156,617,152" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon109" id="2687" href="<?php echo site_url('site-details');?>/'+project_id+'/103">'; map_content += '<AREA SHAPE="POLY" COORDS="613,172,617,153,640,157,637,176,613,172" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon110" id="1455" href="<?php echo site_url('site-details');?>/'+project_id+'/104">'; map_content += '<AREA SHAPE="POLY" COORDS="610,192,613,173,636,176,633,197,609,192" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon111" id="1456" href="<?php echo site_url('site-details');?>/'+project_id+'/105">'; map_content += '<AREA SHAPE="POLY" COORDS="606,212,610,193,633,198,629,217,606,213" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon112" id="2688" href="<?php echo site_url('site-details');?>/'+project_id+'/106">'; map_content += '<AREA SHAPE="POLY" COORDS="602,233,606,214,629,218,625,237,603,233" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon113" id="2689" href="<?php echo site_url('site-details');?>/'+project_id+'/107">'; map_content += '<AREA SHAPE="POLY" COORDS="599,253,602,234,625,238,622,257,599,253" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon114" id="1457" href="<?php echo site_url('site-details');?>/'+project_id+'/108">'; map_content += '<AREA SHAPE="POLY" COORDS="595,274,599,254,621,258,618,278,595,274" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon115" id="1458" href="<?php echo site_url('site-details');?>/'+project_id+'/109">'; // map_content += '<AREA SHAPE="POLY" COORDS="595,274,599,254,621,258,618,278,595,274" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon115" href="<?php echo site_url('site-details');?>/'+project_id+'/109">'; map_content += '<AREA SHAPE="POLY" COORDS="591,292,594,275,618,278,615,296,591,292" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon116" id="2865" href="<?php echo site_url('site-details');?>/'+project_id+'/110">'; map_content += '<AREA SHAPE="POLY" COORDS="551,283,556,250,578,254,572,287,551,283" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon117" id="2866" href="<?php echo site_url('site-details');?>/'+project_id+'/111">'; map_content += '<AREA SHAPE="POLY" COORDS="550,283,532,279,539,247,556,250,550,283" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon118" id="2867" href="<?php echo site_url('site-details');?>/'+project_id+'/112">'; map_content += '<AREA SHAPE="POLY" COORDS="515,276,520,242,538,246,532,279,515,275" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon119" id="2868" href="<?php echo site_url('site-details');?>/'+project_id+'/113">'; map_content += '<AREA SHAPE="POLY" COORDS="494,271,499,238,519,241,514,275,494,272" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon120" id="2869" href="<?php echo site_url('site-details');?>/'+project_id+'/114">'; map_content += '<AREA SHAPE="POLY" COORDS="499,237,505,199,522,202,517,240,499,237" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon121" id="2870" href="<?php echo site_url('site-details');?>/'+project_id+'/115">'; map_content += '<AREA SHAPE="POLY" COORDS="518,240,523,203,540,205,535,245,518,241" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon122" id="2871" href="<?php echo site_url('site-details');?>/'+project_id+'/116">'; map_content += '<AREA SHAPE="POLY" COORDS="536,245,540,205,559,209,553,249,536,245" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon123" id="2872" href="<?php echo site_url('site-details');?>/'+project_id+'/117">'; map_content += '<AREA SHAPE="POLY" COORDS="554,249,559,210,586,213,579,254,554,249" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon124" id="2873" href="<?php echo site_url('site-details');?>/'+project_id+'/118">'; map_content += '<AREA SHAPE="POLY" COORDS="509,179,509,171,514,151,540,156,536,183,509,179" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon125" id="2874" href="<?php echo site_url('site-details');?>/'+project_id+'/119">'; map_content += '<AREA SHAPE="POLY" COORDS="536,183,541,157,558,159,555,186,537,184" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon126" id="2875" href="<?php echo site_url('site-details');?>/'+project_id+'/120">'; map_content += '<AREA SHAPE="POLY" COORDS="555,186,559,160,576,163,572,189,555,186" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon127" id="2876" href="<?php echo site_url('site-details');?>/'+project_id+'/121">'; map_content += '<AREA SHAPE="POLY" COORDS="573,190,577,164,595,165,591,192,572,189" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon128" id="2877" href="<?php echo site_url('site-details');?>/'+project_id+'/122">'; map_content += '<AREA SHAPE="POLY" COORDS="577,163,583,128,601,132,595,165,577,163" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon130" id="2878" href="<?php echo site_url('site-details');?>/'+project_id+'/123">'; map_content += '<AREA SHAPE="POLY" COORDS="560,158,565,125,582,128,576,162,559,159,560,156" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon131" id="2879" href="<?php echo site_url('site-details');?>/'+project_id+'/124">'; map_content += '<AREA SHAPE="POLY" COORDS="541,156,547,121,564,124,559,158,541,156" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon132" id="2880" href="<?php echo site_url('site-details');?>/'+project_id+'/125">'; map_content += '<AREA SHAPE="POLY" COORDS="514,151,520,116,546,120,540,155,514,151" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon133" id="2881" href="<?php echo site_url('site-details');?>/'+project_id+'/126">'; map_content += '<AREA SHAPE="POLY" COORDS="191,283,214,290,212,309,189,305,191,285" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon134" id="2822" href="<?php echo site_url('site-details');?>/'+project_id+'/11">'; map_content += '<AREA SHAPE="POLY" COORDS="756,289,786,296,781,316,750,306,755,289" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon135" id="3225" href="<?php echo site_url('site-details');?>/'+project_id+'/40">'; map_content += '<AREA SHAPE="POLY" COORDS="759,267,790,275,785,295,756,286,759,268" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon136" id="3226" href="<?php echo site_url('site-details');?>/'+project_id+'/41">'; map_content += '<AREA SHAPE="POLY" COORDS="763,248,793,256,789,275,759,266,763,250" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon137" id="3227" href="<?php echo site_url('site-details');?>/'+project_id+'/42">'; map_content += '<AREA SHAPE="POLY" COORDS="767,228,796,237,791,255,765,247,767,229" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon138" id="3228" href="<?php echo site_url('site-details');?>/'+project_id+'/43">'; map_content += '<AREA SHAPE="POLY" COORDS="772,209,800,216,798,235,767,226,770,209" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon139" id="3229" href="<?php echo site_url('site-details');?>/'+project_id+'/44">'; map_content += '<AREA SHAPE="POLY" COORDS="747,203,770,208,767,227,741,222,747,201" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon140" id="3230" href="<?php echo site_url('site-details');?>/'+project_id+'/57">'; map_content += '<AREA SHAPE="POLY" COORDS="742,222,765,230,761,247,740,241,743,222" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon141" id="3231" href="<?php echo site_url('site-details');?>/'+project_id+'/58">'; map_content += '<AREA SHAPE="POLY" COORDS="745,225,765,227,763,249,740,242,763,250,759,267,736,263,740,243,746,225" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon142" id="3232" href="<?php echo site_url('site-details');?>/'+project_id+'/59">'; map_content += '<AREA SHAPE="POLY" COORDS="735,264,758,268,755,288,731,283,735,262" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon143" id="3233" href="<?php echo site_url('site-details');?>/'+project_id+'/60">'; map_content += '<AREA SHAPE="POLY" COORDS="732,285,757,289,752,308,729,304,733,285" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon144" id="3234" href="<?php echo site_url('site-details');?>/'+project_id+'/61">'; map_content += '<AREA SHAPE="POLY" COORDS="701,214,724,219,719,240,697,231,703,211" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon145" id="3235" href="<?php echo site_url('site-details');?>/'+project_id+'/67">'; map_content += '<AREA SHAPE="POLY" COORDS="705,193,728,198,723,216,700,213,704,193" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon146" id="3236" href="<?php echo site_url('site-details');?>/'+project_id+'/68">'; map_content += '<AREA SHAPE="POLY" COORDS="711,152,735,157,732,177,707,171,711,152" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon147" id="3237" href="<?php echo site_url('site-details');?>/'+project_id+'/70">'; map_content += '<AREA SHAPE="POLY" COORDS="715,132,740,138,734,156,711,151,715,132" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon148" id="3238" href="<?php echo site_url('site-details');?>/'+project_id+'/71">'; map_content += '<AREA SHAPE="POLY" COORDS="718,112,743,118,739,138,718,131,718,111" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon149" id="3239" href="<?php echo site_url('site-details');?>/'+project_id+'/72">'; map_content += '<AREA SHAPE="POLY" COORDS="723,91,746,97,742,115,719,112,722,91" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon150" id="3240" href="<?php echo site_url('site-details');?>/'+project_id+'/73">'; map_content += '<AREA SHAPE="POLY" COORDS="631,219,627,238,650,245,654,222,631,216" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon151" id="3241" href="<?php echo site_url('site-details');?>/'+project_id+'/90">'; map_content += '<AREA SHAPE="POLY" COORDS="638,177,662,182,660,201,633,197,637,175" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon152" id="3242" href="<?php echo site_url('site-details');?>/'+project_id+'/92">'; map_content += '<AREA SHAPE="POLY" COORDS="649,118,673,121,669,141,646,137,649,116" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon153" id="3243" href="<?php echo site_url('site-details');?>/'+project_id+'/95">'; map_content += '<AREA SHAPE="POLY" COORDS="656,76,681,82,677,101,654,94,656,73" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon154" id="3244" href="<?php echo site_url('site-details');?>/'+project_id+'/97">'; map_content += '<AREA SHAPE="POLY" COORDS="625,110,647,115,644,137,621,131,623,111" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon155" id="3245" href="<?php echo site_url('site-details');?>/'+project_id+'/102">'; map_content += '<AREA SHAPE="POLY" COORDS="622,133,643,139,641,157,619,151,620,133" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon156" id="3246" href="<?php echo site_url('site-details');?>/'+project_id+'/103">'; map_content += '<AREA SHAPE="POLY" COORDS="609,191,634,198,631,219,607,212,609,189" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon157" id="3247" href="<?php echo site_url('site-details');?>/'+project_id+'/106">'; map_content += '<AREA SHAPE="POLY" COORDS="605,213,631,221,626,237,603,232,605,211" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon158" id="3248" href="<?php echo site_url('site-details');?>/'+project_id+'/107">'; map_content += '</MAP>'; } else if(response.approved_plan.approval_image == "1509109512Plan.jpg") { map_content += '<img src="https://www.gssorganised.com/project_uploads/'+response.approved_plan.approval_image+'" usemap="#plan" class="appr_plan"/>'; map_content += '<MAP NAME="plan">'; map_content += '<AREA SHAPE="POLY" COORDS="755,289,786,295,783,313,752,308,754,290" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon1" id="3050" href="<?php echo site_url('site-details');?>/'+project_id+'/40">'; map_content += '<AREA SHAPE="POLY" COORDS="755,287,760,270,789,274,786,294,755,288" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon2" id="3051" href="<?php echo site_url('site-details');?>/'+project_id+'/41">'; map_content += '<AREA SHAPE="POLY" COORDS="764,249,760,267,789,274,792,255,762,249" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon3" id="3052" href="<?php echo site_url('site-details');?>/'+project_id+'/42">'; map_content += '<AREA SHAPE="POLY" COORDS="765,249,794,255,798,235,767,229,764,248" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon4" id="3053" href="<?php echo site_url('site-details');?>/'+project_id+'/43">'; map_content += '<AREA SHAPE="POLY" COORDS="767,227,798,234,801,215,770,209,767,226" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon5" id="3054" href="<?php echo site_url('site-details');?>/'+project_id+'/44">'; map_content += '<AREA SHAPE="POLY" COORDS="748,204,771,207,766,228,744,222,746,204" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon6" id="3055" href="<?php echo site_url('site-details');?>/'+project_id+'/57">'; map_content += '<AREA SHAPE="POLY" COORDS="742,223,740,242,762,248,768,228,742,224" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon7" id="3056" href="<?php echo site_url('site-details');?>/'+project_id+'/58">'; map_content += '<AREA SHAPE="POLY" COORDS="739,243,762,249,760,267,735,260" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon8" id="3057" href="<?php echo site_url('site-details');?>/'+project_id+'/59">'; map_content += '<AREA SHAPE="POLY" COORDS="736,264,759,269,755,288,733,282,736,263" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon9" id="3058" href="<?php echo site_url('site-details');?>/'+project_id+'/60">'; map_content += '<AREA SHAPE="POLY" COORDS="733,283,757,289,752,308,728,303,732,284" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon10" id="3059" href="<?php echo site_url('site-details');?>/'+project_id+'/61">'; map_content += '<AREA SHAPE="POLY" COORDS="701,213,726,216,720,237,696,233,700,214" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon11" id="3060" href="<?php echo site_url('site-details');?>/'+project_id+'/67">'; map_content += '<AREA SHAPE="POLY" COORDS="704,194,728,197,723,215,701,212,704,193" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon12" id="3061" href="<?php echo site_url('site-details');?>/'+project_id+'/68">'; map_content += '<AREA SHAPE="POLY" COORDS="712,151,735,156,731,177,708,171,712,152" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon13" id="3062" href="<?php echo site_url('site-details');?>/'+project_id+'/70">'; map_content += '<AREA SHAPE="POLY" COORDS="712,150,737,158,739,137,715,133,711,152" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon14" id="3063" href="<?php echo site_url('site-details');?>/'+project_id+'/71">'; map_content += '<AREA SHAPE="POLY" COORDS="717,131,739,138,742,117,718,111,716,130" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon15" id="3064" href="<?php echo site_url('site-details');?>/'+project_id+'/72">'; map_content += '<AREA SHAPE="POLY" COORDS="723,91,748,96,744,115,720,110,723,91" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon16" id="3065" href="<?php echo site_url('site-details');?>/'+project_id+'/73">'; map_content += '<AREA SHAPE="POLY" COORDS="630,218,655,222,651,243,627,238,630,217" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon17" id="3066" href="<?php echo site_url('site-details');?>/'+project_id+'/90">'; map_content += '<AREA SHAPE="POLY" COORDS="634,196,659,202,663,183,637,178,634,197" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon18" id="3067" href="<?php echo site_url('site-details');?>/'+project_id+'/92">'; map_content += '<AREA SHAPE="POLY" COORDS="646,137,670,142,673,123,649,116,646,138" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon19" id="3068" href="<?php echo site_url('site-details');?>/'+project_id+'/95">'; map_content += '<AREA SHAPE="POLY" COORDS="654,95,677,102,680,81,656,76,654,96" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon20" id="3069" href="<?php echo site_url('site-details');?>/'+project_id+'/97">'; map_content += '<AREA SHAPE="POLY" COORDS="621,132,646,135,649,116,626,111,621,132" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon21" id="3070" href="<?php echo site_url('site-details');?>/'+project_id+'/102">'; map_content += '<AREA SHAPE="POLY" COORDS="618,152,640,157,645,136,622,131,617,152" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon22" id="3071" href="<?php echo site_url('site-details');?>/'+project_id+'/103">'; map_content += '<AREA SHAPE="POLY" COORDS="606,212,631,217,635,196,610,192,606,210" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon23" id="3072" href="<?php echo site_url('site-details');?>/'+project_id+'/106">'; map_content += '<AREA SHAPE="POLY" COORDS="603,231,607,212,629,216,626,238,603,233" ##LOCKED="False" ##COLOR="5767040" ##NAME="Polygon24" id="3073" href="<?php echo site_url('site-details');?>/'+project_id+'/107">'; map_content += '</MAP>'; } else if(response.approved_plan.approval_image == "1627632238dhatri.jpg") { map_content += '<img src="https://www.gssorganised.com/project_uploads/'+response.approved_plan.approval_image+'" usemap="#plan" class="appr_plan"/>'; map_content += '<MAP NAME="plan">'; map_content += '<area name="1" shape="poly" coords="254,343,315,346,317,296,252,293,252,293" href="" alt="" title="">'; map_content += '<area name="2" shape="poly" coords="253,392,316,392,316,348,253,346,253,346" href="" alt="" title="">'; map_content += '<area name="3" shape="poly" coords="250,433,314,432,316,392,252,391,252,391" href="" alt="" title="">'; map_content += '<area name="4" shape="poly" coords="249,469,315,471,314,432,250,432,250,432" href="" alt="" title="">'; map_content += '<area name="5" shape="poly" coords="315,470,377,473,378,435,315,432,313,432" href="" alt="" title="">'; map_content += '<area name="6" shape="poly" coords="315,428,378,435,379,396,315,393,315,393" href="" alt="" title="">'; map_content += '<area name="7" shape="poly" coords="315,390,378,394,379,350,316,347,316,348" href="" alt="" title="">'; map_content += '<area name="8" shape="poly" coords="318,344,380,348,384,302,317,296,317,296" href="" alt="" title="">'; map_content += '<area name="9" shape="poly" coords="422,354,486,355,486,309,423,304,423,304" href="" alt="" title="">'; map_content += '<area name="10" shape="poly" coords="419,398,482,400,485,356,419,352,419,352" href="" alt="" title="">'; map_content += '<area name="11" shape="poly" coords="419,435,481,438,481,400,418,398,418,398" href="" alt="" title="">'; map_content += '<area name="12" shape="poly" coords="416,477,481,481,481,437,417,437,417,437" href="" alt="" title="">'; map_content += '<area name="13" shape="poly" coords="416,514,480,518,480,481,415,476,415,476" href="" alt="" title="">'; map_content += '<area name="14" shape="poly" coords="414,560,478,560,478,517,414,515,414,516" href="" alt="" title="">'; map_content += '<area name="15" shape="poly" coords="480,556,543,559,543,519,479,519,479,519" href="" alt="" title="">'; map_content += '<area name="16" shape="poly" coords="479,517,543,519,545,482,479,481,479,481" id="4682" href="<?php echo site_url('site-details');?>/'+project_id+'/16" alt="" title="">'; map_content += '<area name="17" shape="poly" coords="480,478,544,480,544,440,482,438,482,438" id="4683" href="<?php echo site_url('site-details');?>/'+project_id+'/17" alt="" title="">'; map_content += '<area name="18" shape="poly" coords="482,435,545,439,548,403,480,399,479,400" id="4684" href="<?php echo site_url('site-details');?>/'+project_id+'/18" alt="" title="">'; map_content += '<area name="19" shape="poly" coords="482,397,548,400,547,357,483,355,483,355" id="4685" href="<?php echo site_url('site-details');?>/'+project_id+'/19" alt="" title="">'; map_content += '<area name="20" shape="poly" coords="486,351,548,355,550,315,485,308,485,308" id="4686" href="<?php echo site_url('site-details');?>/'+project_id+'/20" alt="" title="">'; map_content += '<area name="21" shape="poly" coords="589,368,655,373,655,323,593,320,593,320" id="4687" href="<?php echo site_url('site-details');?>/'+project_id+'/21" alt="" title="">'; map_content += '<area name="22" shape="poly" coords="590,408,653,412,654,370,589,368,589,368" id="4688" href="<?php echo site_url('site-details');?>/'+project_id+'/22" alt="" title="">'; map_content += '<area name="23" shape="poly" coords="588,449,650,449,652,410,588,410,588,410" id="4689" href="<?php echo site_url('site-details');?>/'+project_id+'/23" alt="" title="">'; map_content += '<area name="24" shape="poly" coords="585,503,649,503,650,450,587,449,587,449" id="4690" href="<?php echo site_url('site-details');?>/'+project_id+'/24" alt="" title="">'; map_content += '<area name="25" shape="poly" coords="585,556,629,556,630,502,583,502,583,502" id="4691" href="<?php echo site_url('site-details');?>/'+project_id+'/25" alt="" title="">'; map_content += '<area name="26" shape="poly" coords="630,554,671,554,671,505,630,502,630,502" id="4692" href="<?php echo site_url('site-details');?>/'+project_id+'/26" alt="" title="">'; map_content += '<area name="27" shape="poly" coords="672,553,718,554,714,502,670,503,670,503" id="4693" href="<?php echo site_url('site-details');?>/'+project_id+'/27" alt="" title="">'; map_content += '<area name="28" shape="poly" coords="650,499,716,500,715,452,648,450,648,450" id="4694" href="<?php echo site_url('site-details');?>/'+project_id+'/28" alt="" title="">'; map_content += '<area name="29" shape="poly" coords="650,447,713,452,714,414,652,412,652,412" id="4695" href="<?php echo site_url('site-details');?>/'+project_id+'/29" alt="" title="">'; map_content += '<area name="30" shape="poly" coords="651,410,713,412,712,374,655,372,655,372" id="4696" href="<?php echo site_url('site-details');?>/'+project_id+'/30" alt="" title="">'; map_content += '<area name="31" shape="poly" coords="655,369,711,375,711,329,653,323,653,323" id="4697" href="<?php echo site_url('site-details');?>/'+project_id+'/31" alt="" title="">'; map_content += '<area name="32" shape="poly" coords="753,378,826,378,830,337,751,333,751,333" href="" alt="" title="">'; map_content += '<area name="33" shape="poly" coords="754,415,821,415,826,379,752,378,751,377" href="" alt="" title="">'; map_content += '<area name="34" shape="poly" coords="754,458,817,461,821,416,753,413,752,413" href="" alt="" title="">'; map_content += '<area name="35" shape="poly" coords="757,502,809,503,816,460,754,459,754,459" href="" alt="" title="">'; map_content += '<area name="36" shape="poly" coords="757,546,805,549,809,505,755,502,755,502" id="4698" href="<?php echo site_url('site-details');?>/'+project_id+'/36" alt="" title="">'; map_content += '<area name="38" shape="poly" coords="760,642,796,637,798,588,759,587,758,587" id="4700" href="<?php echo site_url('site-details');?>/'+project_id+'/38" alt="" title="">'; map_content += '<area name="37" shape="poly" coords="760,584,797,588,803,550,756,547,756,547" id="4699" href="<?php echo site_url('site-details');?>/'+project_id+'/37" alt="" title="">'; map_content += '<area name="39" shape="poly" coords="684,625,719,627,719,593,685,596,685,596" id="4701" href="<?php echo site_url('site-details');?>/'+project_id+'/39" alt="" title="">'; map_content += '<area name="40" shape="poly" coords="680,656,719,651,718,628,683,625,683,625" id="4702" href="<?php echo site_url('site-details');?>/'+project_id+'/40" alt="" title="">'; map_content += '<area name="41" shape="poly" coords="639,665,681,657,681,635,644,631,644,631" id="4703" href="<?php echo site_url('site-details');?>/'+project_id+'/41" alt="" title="">'; map_content += '<area name="42" shape="poly" coords="644,628,679,634,685,599,648,598,648,598" id="4704" href="<?php echo site_url('site-details');?>/'+project_id+'/42" alt="" title="">'; map_content += '<area name="43" shape="poly" coords="566,628,601,632,605,597,567,599,567,600" id="4705" href="<?php echo site_url('site-details');?>/'+project_id+'/43" alt="" title="">'; map_content += '<area name="44" shape="poly" coords="561,674,600,672,603,634,566,632,566,632" id="4706" href="<?php echo site_url('site-details');?>/'+project_id+'/44" alt="" title="">'; map_content += '<area name="45" shape="poly" coords="521,679,561,676,565,639,525,638,525,638" href="" alt="" title="">'; map_content += '<area name="46" shape="poly" coords="522,635,564,637,569,600,527,600,527,600" id="4707" href="<?php echo site_url('site-details');?>/'+project_id+'/46" alt="" title="">'; map_content += '<area name="47" shape="poly" coords="438,686,481,682,485,600,436,602,436,602" href="" alt="" title="">'; map_content += '<area name="48" shape="poly" coords="394,691,438,687,434,602,387,604,387,604" href="" alt="" title="">'; map_content += '</MAP>'; } else if(response.approved_plan.approval_image == "1628532624vastava.jpg") { map_content += '<img src="https://www.gssorganised.com/project_uploads/'+response.approved_plan.approval_image+'" usemap="#plan" class="appr_plan"/>'; map_content += '<MAP NAME="plan">'; map_content += '<area name="1" shape="poly" coords="458,212,486,210,484,191,455,189,455,189" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/1" alt="" title="">'; map_content += '<area name="2" shape="poly" coords="459,230,487,229,486,210,458,211,458,211" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/2" alt="" title="">'; map_content += '<area name="3" shape="poly" coords="460,250,489,247,487,227,459,230,459,230" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/3" alt="" title="">'; map_content += '<area name="4" shape="poly" coords="459,268,490,269,489,248,460,250,460,250" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/4" alt="" title="">'; map_content += '<area name="5" shape="poly" coords="462,288,492,288,490,269,461,269,461,269" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/5" alt="" title="">'; map_content += '<area name="6" shape="poly" coords="464,308,492,307,490,288,462,289,462,289" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/6" alt="" title="">'; map_content += '<area name="7" shape="poly" coords="465,328,493,326,493,306,463,308,463,308" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/7" alt="" title="">'; map_content += '<area name="8" shape="poly" coords="468,347,498,345,493,326,466,327,466,327" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/8" alt="" title="">'; map_content += '<area name="9" shape="poly" coords="470,371,499,369,496,344,466,347,466,347" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/9" alt="" title="">'; map_content += '<area name="10" shape="poly" coords="446,372,468,371,465,348,441,348,441,348" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/10" alt="" title="">'; map_content += '<area name="11" shape="poly" coords="444,347,464,348,463,327,440,329,440,329" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/11" alt="" title="">'; map_content += '<area name="12" shape="poly" coords="441,329,463,326,462,307,439,311,439,311" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/12" alt="" title="">'; map_content += '<area name="13" shape="poly" coords="439,310,463,307,461,289,438,292,438,292" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/13" alt="" title="">'; map_content += '<area name="14" shape="poly" coords="440,292,462,288,457,267,435,272,435,272" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/14" alt="" title="">'; map_content += '<area name="15" shape="poly" coords="436,272,458,265,458,250,434,253,434,253" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/15" alt="" title="">'; map_content += '<area name="16" shape="poly" coords="434,251,457,248,456,230,431,233,431,233" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/16" alt="" title="">'; map_content += '<area name="17" shape="poly" coords="432,233,456,230,455,212,431,214,431,214" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/17" alt="" title="">'; map_content += '<area name="18" shape="poly" coords="432,211,456,211,455,187,429,191,429,191" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/18" alt="" title="">'; map_content += '<area name="19" shape="poly" coords="383,211,409,208,408,190,381,193,381,193" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/19" alt="" title="">'; map_content += '<area name="20" shape="poly" coords="385,227,410,225,411,209,383,212,383,212" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/20" alt="" title="">'; map_content += '<area name="21" shape="poly" coords="386,248,413,243,409,225,385,227,385,227" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/21" alt="" title="">'; map_content += '<area name="22" shape="poly" coords="387,266,414,265,413,244,385,248,385,247" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/22" alt="" title="">'; map_content += '<area name="23" shape="poly" coords="388,287,416,284,413,266,386,266,386,266" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/23" alt="" title="">'; map_content += '<area name="24" shape="poly" coords="389,306,418,304,415,284,387,288,387,288" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/24" alt="" title="">'; map_content += '<area name="25" shape="poly" coords="392,325,419,323,417,304,389,307,389,307" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/25" alt="" title="">'; map_content += '<area name="26" shape="poly" coords="393,346,421,343,419,324,390,325,390,325" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/26" alt="" title="">'; map_content += '<area name="27" shape="poly" coords="393,377,424,373,421,344,392,345,392,345" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/27" alt="" title="">'; map_content += '<area name="28" shape="poly" coords="369,376,392,375,391,346,366,347,366,347" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/28" alt="" title="">'; map_content += '<area name="29" shape="poly" coords="367,346,391,344,389,326,364,328,364,328" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/29" alt="" title="">'; map_content += '<area name="30" shape="poly" coords="361,327,390,327,388,307,362,309,362,309" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/30" alt="" title="">'; map_content += '<area name="31" shape="poly" coords="365,309,389,306,384,286,361,290,361,290" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/31" alt="" title="">'; map_content += '<area name="32" shape="poly" coords="360,287,388,285,385,267,360,270,360,270" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/32" alt="" title="">'; map_content += '<area name="33" shape="poly" coords="359,268,386,265,385,244,358,250,358,250" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/33" alt="" title="">'; map_content += '<area name="34" shape="poly" coords="359,250,384,244,382,227,356,230,356,230" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/34" alt="" title="">'; map_content += '<area name="35" shape="poly" coords="355,230,382,226,383,211,354,214,354,214" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/35" alt="" title="">'; map_content += '<area name="36" shape="poly" coords="353,213,383,209,380,192,353,195,353,195" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/36" alt="" title="">'; map_content += '<area name="37" shape="poly" coords="307,215,334,214,331,196,320,204,308,199" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/37" alt="" title="">'; map_content += '<area name="38" shape="poly" coords="312,235,336,233,335,215,310,217,310,217" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/38" alt="" title="">'; map_content += '<area name="39" shape="poly" coords="313,255,338,251,335,232,311,235,311,235" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/39" alt="" title="">'; map_content += '<area name="40" shape="poly" coords="316,274,339,272,337,252,313,255,313,255" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/40" alt="" title="">'; map_content += '<area name="41" shape="poly" coords="317,292,342,292,338,272,316,274,315,274" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/41" alt="" title="">'; map_content += '<area name="42" shape="poly" coords="318,311,341,311,341,292,317,291,317,291" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/42" alt="" title="">'; map_content += '<area name="43" shape="poly" coords="320,331,344,329,341,309,318,312,318,312" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/43" alt="" title="">'; map_content += '<area name="44" shape="poly" coords="321,351,346,349,342,329,320,330,320,330" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/44" alt="" title="">'; map_content += '<area name="45" shape="poly" coords="324,379,349,377,345,350,321,351,321,351" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/45" alt="" title="">'; map_content += '<area name="46" shape="poly" coords="299,382,324,378,319,351,295,353,295,353" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/46" alt="" title="">'; map_content += '<area name="47" shape="poly" coords="293,351,318,350,318,331,294,334,294,334" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/47" alt="" title="">'; map_content += '<area name="48" shape="poly" coords="294,331,319,330,316,313,293,314,293,314" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/48" alt="" title="">'; map_content += '<area name="49" shape="poly" coords="294,313,315,310,315,294,291,295,291,295" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/49" alt="" title="">'; map_content += '<area name="50" shape="poly" coords="291,295,315,292,314,274,289,277,289,277" id="4734" href="<?php echo site_url('site-details');?>/'+project_id+'/50" alt="" title="">'; map_content += '<area name="51" shape="poly" coords="290,275,312,273,312,253,287,257,287,257" id="4735" href="<?php echo site_url('site-details');?>/'+project_id+'/51" alt="" title="">'; map_content += '<area name="52" shape="poly" coords="286,256,312,253,308,236,286,238,286,238" id="4736" href="<?php echo site_url('site-details');?>/'+project_id+'/52" alt="" title="">'; map_content += '<area name="53" shape="poly" coords="286,236,311,234,308,218,284,218,284,218" id="4737" href="<?php echo site_url('site-details');?>/'+project_id+'/53" alt="" title="">'; map_content += '<area name="54" shape="poly" coords="282,217,308,216,307,199,282,200,282,200" id="4738" href="<?php echo site_url('site-details');?>/'+project_id+'/54" alt="" title="">'; map_content += '<area name="55" shape="poly" coords="235,222,263,220,261,201,233,205,233,205" id="4739" href="<?php echo site_url('site-details');?>/'+project_id+'/55" alt="" title="">'; map_content += '<area name="56" shape="poly" coords="237,242,268,240,266,220,235,224,235,224" id="4740" href="<?php echo site_url('site-details');?>/'+project_id+'/56" alt="" title="">'; map_content += '<area name="57" shape="poly" coords="239,260,270,259,266,241,236,242,236,242" id="4741" href="<?php echo site_url('site-details');?>/'+project_id+'/57" alt="" title="">'; map_content += '<area name="58" shape="poly" coords="240,282,269,279,270,260,238,262,238,262" id="4742" href="<?php echo site_url('site-details');?>/'+project_id+'/58" alt="" title="">'; map_content += '<area name="59" shape="poly" coords="240,298,270,298,269,280,240,282,240,282" id="4743" href="<?php echo site_url('site-details');?>/'+project_id+'/59" alt="" title="">'; map_content += '<area name="60" shape="poly" coords="243,320,272,319,270,298,241,301,241,301" id="4744" href="<?php echo site_url('site-details');?>/'+project_id+'/60" alt="" title="">'; map_content += '<area name="61" shape="poly" coords="245,337,275,336,273,318,242,320,242,320" id="4745" href="<?php echo site_url('site-details');?>/'+project_id+'/61" alt="" title="">'; map_content += '<area name="62" shape="poly" coords="274,337,276,355,242,360,233,340,233,340" id="4746" href="<?php echo site_url('site-details');?>/'+project_id+'/62" alt="" title="">'; map_content += '<area name="63" shape="poly" coords="252,382,279,382,275,356,241,360,242,360" id="4747" href="<?php echo site_url('site-details');?>/'+project_id+'/63" alt="" title="">'; map_content += '<area name="64" shape="poly" coords="232,338,244,337,240,301,215,301,215,301" id="4894" href="<?php echo site_url('site-details');?>/'+project_id+'/64" alt="" title="">'; map_content += '<area name="65" shape="poly" coords="216,299,238,299,239,280,214,284,214,284" id="4895" href="<?php echo site_url('site-details');?>/'+project_id+'/65" alt="" title="">'; map_content += '<area name="66" shape="poly" coords="213,282,240,281,237,262,212,264,212,264" id="4896" href="<?php echo site_url('site-details');?>/'+project_id+'/66" alt="" title="">'; map_content += '<area name="67" shape="poly" coords="212,263,238,262,234,242,208,246,208,246" id="4897" href="<?php echo site_url('site-details');?>/'+project_id+'/67" alt="" title="">'; map_content += '<area name="68" shape="poly" coords="209,246,235,242,233,224,208,226,208,226" id="4898" href="<?php echo site_url('site-details');?>/'+project_id+'/68" alt="" title="">'; map_content += '<area name="69" shape="poly" coords="208,226,234,223,231,206,205,209,205,209" id="4899" href="<?php echo site_url('site-details');?>/'+project_id+'/69" alt="" title="">'; map_content += '<area name="70" shape="poly" coords="256,433,263,433,261,404,241,405,241,405" id="4748" href="<?php echo site_url('site-details');?>/'+project_id+'/70" alt="" title="">'; map_content += '<area name="74" shape="poly" coords="319,430,339,430,338,398,319,400,319,400" id="4752" href="<?php echo site_url('site-details');?>/'+project_id+'/74" alt="" title="">'; map_content += '<area name="76" shape="poly" coords="360,428,377,428,376,395,357,396,357,396" id="4754" href="<?php echo site_url('site-details');?>/'+project_id+'/76" alt="" title="">'; map_content += '<area name="77" shape="poly" coords="378,426,396,427,396,397,376,397,376,397" id="4755" href="<?php echo site_url('site-details');?>/'+project_id+'/77" alt="" title="">'; map_content += '<area name="80" shape="poly" coords="436,422,455,423,453,392,435,394,435,394" id="4758" href="<?php echo site_url('site-details');?>/'+project_id+'/80" alt="" title="">'; map_content += '<area name="79" shape="poly" coords="418,425,436,424,435,393,414,393,414,393" id="4757" href="<?php echo site_url('site-details');?>/'+project_id+'/79" alt="" title="">'; map_content += '<area name="81" shape="poly" coords="455,422,474,423,470,392,454,394,454,394" id="4759" href="<?php echo site_url('site-details');?>/'+project_id+'/81" alt="" title="">'; map_content += '<area name="82" shape="poly" coords="474,423,502,421,500,391,472,392,472,392" id="4760" href="<?php echo site_url('site-details');?>/'+project_id+'/82" alt="" title="">'; map_content += '<area name="83" shape="poly" coords="476,448,504,445,502,422,474,426,474,426" id="4761" href="<?php echo site_url('site-details');?>/'+project_id+'/83" alt="" title="">'; map_content += '<area name="84" shape="poly" coords="456,450,475,448,472,426,455,426,455,426" id="4762" href="<?php echo site_url('site-details');?>/'+project_id+'/84" alt="" title="">'; map_content += '<area name="85" shape="poly" coords="439,450,455,449,454,426,437,426,437,426" id="4763" href="<?php echo site_url('site-details');?>/'+project_id+'/85" alt="" title="">'; map_content += '<area name="86" shape="poly" coords="418,452,437,449,435,426,417,429,417,429" id="4764" href="<?php echo site_url('site-details');?>/'+project_id+'/86" alt="" title="">'; map_content += '<area name="78" shape="poly" coords="395,427,419,426,414,394,396,395,396,395" id="4756" href="<?php echo site_url('site-details');?>/'+project_id+'/78" alt="" title="">'; map_content += '<area name="87" shape="poly" coords="398,451,416,451,415,429,398,428,398,428" id="4765" href="<?php echo site_url('site-details');?>/'+project_id+'/87" alt="" title="">'; map_content += '<area name="88" shape="poly" coords="378,452,395,451,396,427,379,430,379,430" id="4766" href="<?php echo site_url('site-details');?>/'+project_id+'/88" alt="" title="">'; map_content += '<area name="89" shape="poly" coords="361,454,378,453,377,428,360,429,360,429" id="4767" href="<?php echo site_url('site-details');?>/'+project_id+'/89" alt="" title="">'; map_content += '<area name="75" shape="poly" coords="340,429,360,429,357,396,338,398,338,398" id="4753" href="<?php echo site_url('site-details');?>/'+project_id+'/75" alt="" title="">'; map_content += '<area name="90" shape="poly" coords="340,455,360,453,359,430,340,431,340,431" id="4768" href="<?php echo site_url('site-details');?>/'+project_id+'/90" alt="" title="">'; map_content += '<area name="91" shape="poly" coords="322,455,339,455,339,431,321,433,321,433" id="4863" href="<?php echo site_url('site-details');?>/'+project_id+'/91" alt="" title="">'; map_content += '<area name="73" shape="poly" coords="302,430,319,430,319,400,299,401,299,401" id="4751" href="<?php echo site_url('site-details');?>/'+project_id+'/73" alt="" title="">'; map_content += '<area name="92" shape="poly" coords="304,456,319,455,320,434,302,434,302,434" id="4864" href="<?php echo site_url('site-details');?>/'+project_id+'/92" alt="" title="">'; map_content += '<area name="72" shape="poly" coords="284,430,302,431,298,402,283,404,283,404" id="4750" href="<?php echo site_url('site-details');?>/'+project_id+'/72" alt="" title="">'; map_content += '<area name="71" shape="poly" coords="264,434,284,434,281,401,261,404,261,404" id="4749" href="<?php echo site_url('site-details');?>/'+project_id+'/71" alt="" title="">'; map_content += '<area name="93" shape="poly" coords="286,458,302,457,300,433,284,436,284,436" id="4865" href="<?php echo site_url('site-details');?>/'+project_id+'/93" alt="" title="">'; map_content += '<area name="94" shape="poly" coords="265,459,283,458,281,434,257,436,257,436" id="4866" href="<?php echo site_url('site-details');?>/'+project_id+'/94" alt="" title="">'; map_content += '<area name="95" shape="poly" coords="295,522,320,519,316,488,282,491,282,491" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/95" alt="" title="">'; map_content += '<area name="96" shape="poly" coords="321,519,340,518,339,488,318,489,318,489" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/96" alt="" title="">'; map_content += '<area name="97" shape="poly" coords="342,516,359,518,358,487,340,489,340,489" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/97" alt="" title="">'; map_content += '<area name="99" shape="poly" coords="381,515,398,513,396,485,380,487,380,487" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/99" alt="" title="">'; map_content += '<area name="100" shape="poly" coords="401,512,417,512,417,484,399,488,399,488" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/100" alt="" title="">'; map_content += '<area name="101" shape="poly" coords="417,511,436,512,433,483,417,484,417,484" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/101" alt="" title="">'; map_content += '<area name="102" shape="poly" coords="437,510,454,511,452,482,435,486,435,486" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/102" alt="" title="">'; map_content += '<area name="104" shape="poly" coords="474,510,491,509,491,480,472,483,472,483" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/104" alt="" title="">'; map_content += '<area name="105" shape="poly" coords="492,510,507,507,507,478,491,481,491,481" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/105" alt="" title="">'; map_content += '<area name="106" shape="poly" coords="493,536,511,534,509,508,492,513,492,513" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/106" alt="" title="">'; map_content += '<area name="103" shape="poly" coords="456,511,472,511,471,481,452,484,452,484" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/103" alt="" title="">'; map_content += '<area name="107" shape="poly" coords="474,536,491,534,492,511,473,512,473,512" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/107" alt="" title="">'; map_content += '<area name="108" shape="poly" coords="457,537,474,536,472,513,455,513,455,513" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/108" alt="" title="">'; map_content += '<area name="110" shape="poly" coords="419,538,436,539,435,515,418,515,418,515" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/110" alt="" title="">'; map_content += '<area name="109" shape="poly" coords="437,539,455,537,455,511,437,514,437,514" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/109" alt="" title="">'; map_content += '<area name="98" shape="poly" coords="360,515,378,516,376,487,359,487,359,487" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/98" alt="" title="">'; map_content += '<area name="112" shape="poly" coords="381,541,397,539,397,518,380,521,380,521" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/112" alt="" title="">'; map_content += '<area name="111" shape="poly" coords="402,539,419,540,418,516,400,517,400,517" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/111" alt="" title="">'; map_content += '<area name="113" shape="poly" coords="362,542,380,541,377,518,362,521,362,521" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/113" alt="" title="">'; map_content += '<area name="114" shape="poly" coords="344,544,360,542,359,520,343,523,343,523" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/114" alt="" title="">'; map_content += '<area name="115" shape="poly" coords="322,544,340,543,340,521,321,524,321,524" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/115" alt="" title="">'; map_content += '<area name="116" shape="poly" coords="307,546,319,543,318,521,298,526,298,526" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/116" alt="" title="">'; map_content += '<area name="117" shape="poly" coords="326,589,348,588,346,563,316,566,316,566" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/117" alt="" title="">'; map_content += '<area name="118" shape="poly" coords="349,585,370,586,370,563,349,566,349,566" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/118" alt="" title="">'; map_content += '<area name="119" shape="poly" coords="336,610,373,604,372,587,327,593,327,593" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/119" alt="" title="">'; map_content += '<area name="120" shape="poly" coords="343,629,373,626,373,607,337,614,337,614" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/120" alt="" title="">'; map_content += '<area name="121" shape="poly" coords="351,645,375,644,373,629,346,632,346,632" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/121" alt="" title="">'; map_content += '<area name="122" shape="poly" coords="359,663,376,662,375,646,354,650,354,650" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/122" alt="" title="">'; map_content += '<area name="123" shape="poly" coords="373,692,380,691,377,664,362,668,362,668" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/123" alt="" title="">'; map_content += '<area name="124" shape="poly" coords="398,694,430,697,428,678,399,684,399,684" id="4867" href="<?php echo site_url('site-details');?>/'+project_id+'/124" alt="" title="">'; map_content += '<area name="125" shape="poly" coords="398,679,427,676,427,659,398,663,398,663" id="4868" href="<?php echo site_url('site-details');?>/'+project_id+'/125" alt="" title="">'; map_content += '<area name="126" shape="poly" coords="397,657,425,658,425,638,396,643,396,643" id="4869" href="<?php echo site_url('site-details');?>/'+project_id+'/126" alt="" title="">'; map_content += '<area name="127" shape="poly" coords="396,638,424,636,424,621,394,624,394,624" id="4870" href="<?php echo site_url('site-details');?>/'+project_id+'/127" alt="" title="">'; map_content += '<area name="128" shape="poly" coords="394,621,423,619,423,601,393,605,393,605" id="4871" href="<?php echo site_url('site-details');?>/'+project_id+'/128" alt="" title="">'; map_content += '<area name="129" shape="poly" coords="394,602,422,601,423,581,392,585,392,585" id="4872" href="<?php echo site_url('site-details');?>/'+project_id+'/129" alt="" title="">'; map_content += '<area name="130" shape="poly" coords="391,581,421,579,420,558,391,564,391,564" id="4873" href="<?php echo site_url('site-details');?>/'+project_id+'/130" alt="" title="">'; map_content += '<area name="131" shape="poly" coords="426,581,452,580,452,559,423,562,423,562" id="4874" href="<?php echo site_url('site-details');?>/'+project_id+'/131" alt="" title="">'; map_content += '<area name="132" shape="poly" coords="427,601,454,599,453,581,425,585,425,585" id="4875" href="<?php echo site_url('site-details');?>/'+project_id+'/132" alt="" title="">'; map_content += '<area name="133" shape="poly" coords="426,619,455,617,455,600,428,605,428,605" id="4876" href="<?php echo site_url('site-details');?>/'+project_id+'/133" alt="" title="">'; map_content += '<area name="134" shape="poly" coords="430,637,457,636,455,619,428,623,428,623" id="4877" href="<?php echo site_url('site-details');?>/'+project_id+'/134" alt="" title="">'; map_content += '<area name="135" shape="poly" coords="432,657,457,655,457,639,428,643,428,643" id="4878" href="<?php echo site_url('site-details');?>/'+project_id+'/135" alt="" title="">'; map_content += '<area name="136" shape="poly" coords="429,675,459,674,458,657,431,661,431,661" id="4862" href="<?php echo site_url('site-details');?>/'+project_id+'/136" alt="" title="">'; map_content += '<area name="137" shape="poly" coords="434,699,460,702,458,676,431,681,431,681" id="4879" href="<?php echo site_url('site-details');?>/'+project_id+'/137" alt="" title="">'; map_content += '<area name="138" shape="poly" coords="480,705,503,710,500,691,482,695,482,695" id="4880" href="<?php echo site_url('site-details');?>/'+project_id+'/138" alt="" title="">'; map_content += '<area name="142" shape="poly" coords="478,635,495,632,493,616,476,619,476,619" id="4884" href="<?php echo site_url('site-details');?>/'+project_id+'/142" alt="" title="">'; map_content += '<area name="145" shape="poly" coords="474,576,494,575,491,554,472,559,472,559" id="4887" href="<?php echo site_url('site-details');?>/'+project_id+'/145" alt="" title="">'; map_content += '<area name="146" shape="poly" coords="496,575,515,576,514,553,495,558,495,558" id="4888" href="<?php echo site_url('site-details');?>/'+project_id+'/146" alt="" title="">'; map_content += '<area name="147" shape="poly" coords="497,593,517,594,514,577,496,580,496,580" id="4889" href="<?php echo site_url('site-details');?>/'+project_id+'/147" alt="" title="">'; map_content += '<area name="143" shape="poly" coords="475,614,493,614,491,597,475,600,475,600" id="4885" href="<?php echo site_url('site-details');?>/'+project_id+'/143" alt="" title="">'; map_content += '<area name="144" shape="poly" coords="475,597,493,595,493,577,473,581,473,581" id="4886" href="<?php echo site_url('site-details');?>/'+project_id+'/144" alt="" title="">'; map_content += '<area name="149" shape="poly" coords="499,633,519,633,517,614,502,619,502,619" id="4891" href="<?php echo site_url('site-details');?>/'+project_id+'/149" alt="" title="">'; map_content += '<area name="150" shape="poly" coords="501,649,520,649,519,635,502,637,502,637" id="4892" href="<?php echo site_url('site-details');?>/'+project_id+'/150" alt="" title="">'; map_content += '<area name="148" shape="poly" coords="499,611,516,612,515,596,497,599,497,599" id="4890" href="<?php echo site_url('site-details');?>/'+project_id+'/148" alt="" title="">'; map_content += '<area name="141" shape="poly" coords="479,652,497,649,496,633,479,639,479,639" id="4883" href="<?php echo site_url('site-details');?>/'+project_id+'/141" alt="" title="">'; map_content += '<area name="140" shape="poly" coords="481,673,500,670,494,653,479,656,479,656" id="4882" href="<?php echo site_url('site-details');?>/'+project_id+'/140" alt="" title="">'; map_content += '<area name="151" shape="poly" coords="506,670,523,670,520,652,501,655,501,655" id="4893" href="<?php echo site_url('site-details');?>/'+project_id+'/151" alt="" title="">'; map_content += '<area name="139" shape="poly" coords="479,692,500,690,498,673,480,676,480,676" id="4881" href="<?php echo site_url('site-details');?>/'+project_id+'/139" alt="" title="">'; map_content += '<area name="152" shape="poly" coords="507,706,521,694,518,675,506,677,505,677" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/152" alt="" title="">'; map_content += '</MAP>'; } else if(response.approved_plan.approval_image == "1628532790talur_shelters.jpg") { map_content += '<img src="https://www.gssorganised.com/project_uploads/'+response.approved_plan.approval_image+'" usemap="#plan" class="appr_plan"/>'; map_content += '<MAP NAME="plan">'; map_content += '<area name="1" shape="poly" coords="682,200,717,203,720,165,686,160,686,160" id="4906" href="<?php echo site_url('site-details');?>/'+project_id+'/1" alt="" title="">'; map_content += '<area name="2" shape="poly" coords="679,229,715,229,718,201,682,199,682,199" id="4907" href="<?php echo site_url('site-details');?>/'+project_id+'/2" alt="" title="">'; map_content += '<area name="3" shape="poly" coords="680,255,714,257,712,229,679,228,679,228" id="4908" href="<?php echo site_url('site-details');?>/'+project_id+'/3" alt="" title="">'; map_content += '<area name="4" shape="poly" coords="678,280,713,280,711,256,678,256,678,256" id="4804" href="<?php echo site_url('site-details');?>/'+project_id+'/4" alt="" title="">'; map_content += '<area name="5" shape="poly" coords="679,307,713,310,712,281,680,283,680,283" id="4805" href="<?php echo site_url('site-details');?>/'+project_id+'/5" alt="" title="">'; map_content += '<area name="6" shape="poly" coords="680,333,712,335,712,310,676,307,676,307" id="4806" href="<?php echo site_url('site-details');?>/'+project_id+'/6" alt="" title="">'; map_content += '<area name="7" shape="poly" coords="675,364,711,365,712,335,679,334,679,334" id="4807" href="<?php echo site_url('site-details');?>/'+project_id+'/7" alt="" title="">'; map_content += '<area name="8" shape="poly" coords="676,386,710,388,710,364,676,365,676,365" id="4808" href="<?php echo site_url('site-details');?>/'+project_id+'/8" alt="" title="">'; map_content += '<area name="9" shape="poly" coords="678,415,709,416,708,390,676,388,676,388" id="4809" href="<?php echo site_url('site-details');?>/'+project_id+'/9" alt="" title="">'; map_content += '<area name="10" shape="poly" coords="677,439,709,440,706,415,676,417,676,417" id="4810" href="<?php echo site_url('site-details');?>/'+project_id+'/10" alt="" title="">'; map_content += '<area name="11" shape="poly" coords="676,467,709,469,707,442,675,440,675,440" id="4811" href="<?php echo site_url('site-details');?>/'+project_id+'/11" alt="" title="">'; map_content += '<area name="12" shape="poly" coords="673,498,710,495,707,469,676,467,676,467" id="4812" href="<?php echo site_url('site-details');?>/'+project_id+'/12" alt="" title="">'; map_content += '<area name="13" shape="poly" coords="673,521,708,520,707,496,676,497,676,497" id="4813" href="<?php echo site_url('site-details');?>/'+project_id+'/13" alt="" title="">'; map_content += '<area name="14" shape="poly" coords="674,544,707,546,706,523,672,521,672,521" id="4814" href="<?php echo site_url('site-details');?>/'+project_id+'/14" alt="" title="">'; map_content += '<area name="15" shape="poly" coords="671,572,706,575,707,546,674,547,674,547" id="4815" href="<?php echo site_url('site-details');?>/'+project_id+'/15" alt="" title="">'; map_content += '<area name="16" shape="poly" coords="675,599,706,600,703,573,673,574,673,574" id="4909" href="<?php echo site_url('site-details');?>/'+project_id+'/16" alt="" title="">'; map_content += '<area name="17" shape="poly" coords="674,627,707,626,707,597,672,602,671,601" id="4910" href="<?php echo site_url('site-details');?>/'+project_id+'/17" alt="" title="">'; map_content += '<area name="18" shape="poly" coords="612,631,644,631,644,608,611,606,610,606" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/18" alt="" title="">'; map_content += '<area name="19" shape="poly" coords="611,602,644,604,644,578,610,579,610,579" id="4911" href="<?php echo site_url('site-details');?>/'+project_id+'/19" alt="" title="">'; map_content += '<area name="20" shape="poly" coords="611,575,643,577,643,553,611,549,611,549" id="4816" href="<?php echo site_url('site-details');?>/'+project_id+'/20" alt="" title="">'; map_content += '<area name="21" shape="poly" coords="614,546,644,552,646,524,612,526,612,526" id="4817" href="<?php echo site_url('site-details');?>/'+project_id+'/21" alt="" title="">'; map_content += '<area name="22" shape="poly" coords="613,524,645,527,647,500,612,499,612,499" id="4818" href="<?php echo site_url('site-details');?>/'+project_id+'/22" alt="" title="">'; map_content += '<area name="23" shape="poly" coords="610,497,648,497,647,472,612,472,612,472" id="4819" href="<?php echo site_url('site-details');?>/'+project_id+'/23" alt="" title="">'; map_content += '<area name="24" shape="poly" coords="615,468,647,472,646,446,615,446,615,446" id="4820" href="<?php echo site_url('site-details');?>/'+project_id+'/24" alt="" title="">'; map_content += '<area name="25" shape="poly" coords="614,443,648,443,649,420,612,419,612,419" id="4821" href="<?php echo site_url('site-details');?>/'+project_id+'/25" alt="" title="">'; map_content += '<area name="26" shape="poly" coords="618,420,649,418,649,393,613,393,613,393" id="4822" href="<?php echo site_url('site-details');?>/'+project_id+'/26" alt="" title="">'; map_content += '<area name="27" shape="poly" coords="616,389,650,391,651,367,615,366,615,366" id="4823" href="<?php echo site_url('site-details');?>/'+project_id+'/27" alt="" title="">'; map_content += '<area name="28" shape="poly" coords="616,366,652,365,648,339,617,339,617,339" id="4824" href="<?php echo site_url('site-details');?>/'+project_id+'/28" alt="" title="">'; map_content += '<area name="29" shape="poly" coords="618,340,648,337,650,313,616,312,616,312" id="4912" href="<?php echo site_url('site-details');?>/'+project_id+'/29" alt="" title="">'; map_content += '<area name="30" shape="poly" coords="619,310,650,312,651,287,616,287,616,287" id="4913" href="<?php echo site_url('site-details');?>/'+project_id+'/30" alt="" title="">'; map_content += '<area name="31" shape="poly" coords="617,285,650,285,651,254,618,253,618,253" id="4914" href="<?php echo site_url('site-details');?>/'+project_id+'/31" alt="" title="">'; map_content += '<area name="32" shape="poly" coords="620,223,653,227,656,193,623,187,623,187" id="4915" href="<?php echo site_url('site-details');?>/'+project_id+'/32" alt="" title="">'; map_content += '<area name="33" shape="poly" coords="622,186,658,192,660,165,626,161,626,161" id="4825" href="<?php echo site_url('site-details');?>/'+project_id+'/33" alt="" title="">'; map_content += '<area name="34" shape="poly" coords="627,163,658,164,661,136,627,133,627,133" id="4826" href="<?php echo site_url('site-details');?>/'+project_id+'/34" alt="" title="">'; map_content += '<area name="35" shape="poly" coords="626,131,662,134,662,111,631,108,631,108" id="4827" href="<?php echo site_url('site-details');?>/'+project_id+'/35" alt="" title="">'; map_content += '<area name="36" shape="poly" coords="634,107,663,109,667,82,632,80,632,80" id="4916" href="<?php echo site_url('site-details');?>/'+project_id+'/36" alt="" title="">'; map_content += '<area name="37" shape="poly" coords="632,77,666,79,670,50,637,54,637,54" id="4917" href="<?php echo site_url('site-details');?>/'+project_id+'/37" alt="" title="">'; map_content += '<area name="38" shape="poly" coords="600,76,631,79,635,57,601,55,601,55" id="4918" href="<?php echo site_url('site-details');?>/'+project_id+'/38" alt="" title="">'; map_content += '<area name="39" shape="poly" coords="595,104,630,105,628,77,599,79,599,79" id="4919" href="<?php echo site_url('site-details');?>/'+project_id+'/39" alt="" title="">'; map_content += '<area name="40" shape="poly" coords="595,132,629,132,629,106,593,104,593,104" id="4828" href="<?php echo site_url('site-details');?>/'+project_id+'/40" alt="" title="">'; map_content += '<area name="41" shape="poly" coords="589,155,625,161,626,130,594,132,594,132" id="4829" href="<?php echo site_url('site-details');?>/'+project_id+'/41" alt="" title="">'; map_content += '<area name="42" shape="poly" coords="589,182,622,185,625,166,591,157,591,157" id="4830" href="<?php echo site_url('site-details');?>/'+project_id+'/42" alt="" title="">'; map_content += '<area name="43" shape="poly" coords="585,219,618,226,622,189,586,183,586,183" id="4920" href="<?php echo site_url('site-details');?>/'+project_id+'/43" alt="" title="">'; map_content += '<area name="44" shape="poly" coords="583,285,618,286,617,253,582,252,582,252" id="4921" href="<?php echo site_url('site-details');?>/'+project_id+'/44" alt="" title="">'; map_content += '<area name="45" shape="poly" coords="584,310,615,311,615,284,584,287,584,287" id="4922" href="<?php echo site_url('site-details');?>/'+project_id+'/45" alt="" title="">'; map_content += '<area name="46" shape="poly" coords="581,341,615,340,615,311,581,313,581,313" id="4923" href="<?php echo site_url('site-details');?>/'+project_id+'/46" alt="" title="">'; map_content += '<area name="48" shape="poly" coords="581,393,613,392,613,365,580,366,580,366" id="4832" href="<?php echo site_url('site-details');?>/'+project_id+'/47" alt="" title="">'; map_content += '<area name="47" shape="poly" coords="581,367,615,366,615,340,582,342,582,342" id="4831" href="<?php echo site_url('site-details');?>/'+project_id+'/48" alt="" title="">'; map_content += '<area name="49" shape="poly" coords="577,419,612,417,615,393,580,394,580,394" id="4833" href="<?php echo site_url('site-details');?>/'+project_id+'/49" alt="" title="">'; map_content += '<area name="50" shape="poly" coords="581,445,614,445,614,418,578,420,578,420" id="4834" href="<?php echo site_url('site-details');?>/'+project_id+'/50" alt="" title="">'; map_content += '<area name="52" shape="poly" coords="577,499,610,499,611,471,578,471,578,471" id="4836" href="<?php echo site_url('site-details');?>/'+project_id+'/52" alt="" title="">'; map_content += '<area name="53" shape="poly" coords="578,523,612,525,610,498,576,501,576,501" id="4837" href="<?php echo site_url('site-details');?>/'+project_id+'/53" alt="" title="">'; map_content += '<area name="54" shape="poly" coords="575,550,610,551,609,524,575,526,575,526" id="4838" href="<?php echo site_url('site-details');?>/'+project_id+'/54" alt="" title="">'; map_content += '<area name="55" shape="poly" coords="577,578,606,578,610,552,576,551,576,551" id="4839" href="<?php echo site_url('site-details');?>/'+project_id+'/55" alt="" title="">'; map_content += '<area name="56" shape="poly" coords="577,605,611,608,611,577,576,578,575,578" id="4924" href="<?php echo site_url('site-details');?>/'+project_id+'/56" alt="" title="">'; map_content += '<area name="57" shape="poly" coords="576,638,612,632,612,606,574,606,574,606" id="4925" href="<?php echo site_url('site-details');?>/'+project_id+'/57" alt="" title="">'; map_content += '<area name="51" shape="poly" coords="579,468,613,470,612,445,580,446,578,446" id="4835" href="<?php echo site_url('site-details');?>/'+project_id+'/51" alt="" title="">'; map_content += '</MAP>'; } else if(response.approved_plan.approval_image == "1628532966amrita.jpg") { map_content += '<img src="https://www.gssorganised.com/project_uploads/'+response.approved_plan.approval_image+'" usemap="#plan" class="appr_plan"/>'; map_content += '<MAP NAME="plan">'; map_content += '<area name="1" shape="poly" coords="177,403,227,405,227,353,188,349,188,349" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/1" alt="" title="">'; map_content += '<area name="2" shape="poly" coords="227,405,283,408,291,352,226,353,226,353" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/2" alt="" title="">'; map_content += '<area name="3" shape="poly" coords="317,408,356,410,356,355,327,355,327,355" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/3" alt="" title="">'; map_content += '<area name="4" shape="poly" coords="354,412,390,413,393,353,356,355,356,355" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/4" alt="" title="">'; map_content += '<area name="5" shape="poly" coords="389,412,421,413,426,353,392,355,392,355" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/5" alt="" title="">'; map_content += '<area name="6" shape="poly" coords="422,409,458,414,458,358,425,354,425,354" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/6" alt="" title="">'; map_content += '<area name="7" shape="poly" coords="459,411,492,413,494,358,458,358,458,358" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/7" alt="" title="">'; map_content += '<area name="8" shape="poly" coords="491,410,526,415,527,360,492,358,492,358" id="4902" href="<?php echo site_url('site-details');?>/'+project_id+'/8" alt="" title="">'; map_content += '<area name="9" shape="poly" coords="527,414,557,414,557,362,525,360,525,360" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/9" alt="" title="">'; map_content += '<area name="10" shape="poly" coords="557,415,589,417,590,361,555,363,555,363" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/10" alt="" title="">'; map_content += '<area name="11" shape="poly" coords="590,417,622,416,624,362,588,362,588,362" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/11" alt="" title="">'; map_content += '<area name="12" shape="poly" coords="621,417,651,417,652,363,622,363,622,363" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/12" alt="" title="">'; map_content += '<area name="13" shape="poly" coords="591,556,638,554,641,522,589,525,589,525" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/13" alt="" title="">'; map_content += '<area name="14" shape="poly" coords="589,525,638,522,645,488,588,492,588,492" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/14" alt="" title="">'; map_content += '<area name="15" shape="poly" coords="588,492,642,490,644,451,584,449,584,449" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/15" alt="" title="">'; map_content += '<area name="16" shape="poly" coords="532,496,587,493,583,451,529,447,529,447" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/16" alt="" title="">'; map_content += '<area name="17" shape="poly" coords="536,529,590,526,588,490,529,497,529,497" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/17" alt="" title="">'; map_content += '<area name="18" shape="poly" coords="536,561,591,557,589,525,535,530,535,530" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/18" alt="" title="">'; map_content += '<area name="19" shape="poly" coords="452,660,493,652,492,618,450,623,450,623" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/19" alt="" title="">'; map_content += '<area name="20" shape="poly" coords="452,621,492,616,490,586,447,590,447,590" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/20" alt="" title="">'; map_content += '<area name="21" shape="poly" coords="449,591,490,586,490,553,448,557,448,557" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/21" alt="" title="">'; map_content += '<area name="22" shape="poly" coords="447,554,488,552,487,519,444,523,444,523" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/22" alt="" title="">'; map_content += '<area name="23" shape="poly" coords="444,520,486,519,486,488,444,491,444,491" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/23" alt="" title="">'; map_content += '<area name="24" shape="poly" coords="442,489,487,491,485,456,442,457,442,457" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/24" alt="" title="">'; map_content += '<area name="25" shape="poly" coords="400,493,440,488,441,456,398,455,398,455" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/25" alt="" title="">'; map_content += '<area name="26" shape="poly" coords="402,524,442,523,442,491,398,495,398,495" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/26" alt="" title="">'; map_content += '<area name="27" shape="poly" coords="400,560,446,558,442,522,400,526,400,526" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/27" alt="" title="">'; map_content += '<area name="28" shape="poly" coords="405,594,447,591,447,555,398,560,398,560" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/28" alt="" title="">'; map_content += '<area name="29" shape="poly" coords="404,628,451,622,447,589,402,596,402,596" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/29" alt="" title="">'; map_content += '<area name="30" shape="poly" coords="408,665,448,658,450,623,402,629,402,629" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/30" alt="" title="">'; map_content += '<area name="31" shape="poly" coords="341,670,373,667,371,623,338,631,338,631" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/31" alt="" title="">'; map_content += '<area name="32" shape="poly" coords="302,675,339,670,334,630,299,634,299,634" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/32" alt="" title="">'; map_content += '<area name="33" shape="poly" coords="269,681,303,675,298,633,269,639,269,639" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/33" alt="" title="">'; map_content += '<area name="34" shape="poly" coords="236,685,269,681,267,637,233,641,233,641" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/34" alt="" title="">'; map_content += '<area name="35" shape="poly" coords="204,688,234,683,230,641,198,646,198,646" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/35" alt="" title="">'; map_content += '<area name="36" shape="poly" coords="196,646,203,687,119,698,129,655,129,655" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/36" alt="" title="">'; map_content += '<area name="37" shape="poly" coords="326,594,369,589,367,556,324,562,324,562" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/37" alt="" title="">'; map_content += '<area name="38" shape="poly" coords="325,561,366,557,365,525,322,529,322,529" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/38" alt="" title="">'; map_content += '<area name="39" shape="poly" coords="323,529,365,525,366,488,321,494,320,494" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/39" alt="" title="">'; map_content += '<area name="40" shape="poly" coords="331,492,365,489,361,454,334,456,334,456" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/40" alt="" title="">'; map_content += '<area name="41" shape="poly" coords="297,494,324,493,331,455,308,455,308,455" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/41" alt="" title="">'; map_content += '<area name="42" shape="poly" coords="285,560,321,560,318,494,298,496,298,496" id="4903" href="<?php echo site_url('site-details');?>/'+project_id+'/42" alt="" title="">'; map_content += '<area name="43" shape="poly" coords="278,599,323,595,321,562,286,563,286,563" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/43" alt="" title="">'; map_content += '<area name="44" shape="poly" coords="196,610,241,606,243,581,202,576,202,576" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/44" alt="" title="">'; map_content += '<area name="45" shape="poly" coords="202,575,243,582,253,546,208,542,208,542" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/45" alt="" title="">'; map_content += '<area name="46" shape="poly" coords="208,540,250,545,258,513,216,509,216,509" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/46" alt="" title="">'; map_content += '<area name="47" shape="poly" coords="216,508,259,512,265,482,222,475,222,475" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/47" alt="" title="">'; map_content += '<area name="48" shape="poly" coords="221,472,264,479,271,450,224,450,224,450" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/48" alt="" title="">'; map_content += '<area name="49" shape="poly" coords="165,477,218,486,223,452,169,450,169,450" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/49" alt="" title="">'; map_content += '<area name="50" shape="poly" coords="156,512,211,521,218,486,163,476,163,476" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/50" alt="" title="">'; map_content += '<area name="51" shape="poly" coords="150,545,205,554,210,522,156,513,156,513" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/51" alt="" title="">'; map_content += '<area name="52" shape="poly" coords="144,578,201,588,205,555,151,547,151,547" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/52" alt="" title="">'; map_content += '<area name="53" shape="poly" coords="138,615,197,610,198,589,143,579,143,579" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/53" alt="" title="">'; map_content += '</MAP>'; } else if(response.approved_plan.approval_image == "1628533071herbal_nature.jpg") { map_content += '<img src="https://www.gssorganised.com/project_uploads/'+response.approved_plan.approval_image+'" usemap="#plan" class="appr_plan"/>'; map_content += '<MAP NAME="plan">'; map_content += '<area name="1" shape="poly" coords="322,804,364,807,362,758,324,758,324,758" id="4474" href="<?php echo site_url('site-details');?>/'+project_id+'/1" alt="" title="">'; map_content += '<area name="2" shape="poly" coords="365,805,395,808,393,758,364,758,364,758" id="4465" href="<?php echo site_url('site-details');?>/'+project_id+'/2" alt="" title="">'; map_content += '<area name="3" shape="poly" coords="396,806,428,808,423,757,395,759,395,759" id="4466" href="<?php echo site_url('site-details');?>/'+project_id+'/3" alt="" title="">'; map_content += '<area name="4" shape="poly" coords="429,805,456,809,455,758,424,758,424,758" id="4467" href="<?php echo site_url('site-details');?>/'+project_id+'/4" alt="" title="">'; map_content += '<area name="5" shape="poly" coords="456,810,488,808,489,759,457,758,457,758" id="4468" href="<?php echo site_url('site-details');?>/'+project_id+'/5" alt="" title="">'; map_content += '<area name="6" shape="poly" coords="486,811,518,809,515,758,489,757,489,757" id="4469" href="<?php echo site_url('site-details');?>/'+project_id+'/6" alt="" title="">'; map_content += '<area name="7" shape="poly" coords="518,810,549,809,548,760,519,760,519,760" id="4470" href="<?php echo site_url('site-details');?>/'+project_id+'/7" alt="" title="">'; map_content += '<area name="8" shape="poly" coords="549,806,584,809,591,762,550,759,550,759" id="4842" href="<?php echo site_url('site-details');?>/'+project_id+'/8" alt="" title="">'; map_content += '<area name="9" shape="poly" coords="551,758,588,758,593,720,550,719,550,719" id="4676" href="<?php echo site_url('site-details');?>/'+project_id+'/9" alt="" title="">'; map_content += '<area name="10" shape="poly" coords="518,759,548,758,549,721,520,719,520,719" id="4471" href="<?php echo site_url('site-details');?>/'+project_id+'/10" alt="" title="">'; map_content += '<area name="11" shape="poly" coords="488,754,515,758,519,719,490,719,490,719" id="4472" href="<?php echo site_url('site-details');?>/'+project_id+'/11" alt="" title="">'; map_content += '<area name="12" shape="poly" coords="458,755,486,756,487,721,457,719,457,719" id="4473" href="<?php echo site_url('site-details');?>/'+project_id+'/12" alt="" title="">'; map_content += '<area name="13" shape="poly" coords="428,756,457,758,455,721,426,717,426,717" id="4475" href="<?php echo site_url('site-details');?>/'+project_id+'/13" alt="" title="">'; map_content += '<area name="14" shape="poly" coords="395,756,424,758,426,719,393,715,393,715" id="4476" href="<?php echo site_url('site-details');?>/'+project_id+'/14" alt="" title="">'; map_content += '<area name="15" shape="poly" coords="363,757,393,756,393,719,361,716,361,716" id="4477" href="<?php echo site_url('site-details');?>/'+project_id+'/15" alt="" title="">'; map_content += '<area name="16" shape="poly" coords="323,758,362,757,363,717,325,715,325,714" id="4843" href="<?php echo site_url('site-details');?>/'+project_id+'/16" alt="" title="">'; map_content += '<area name="17" shape="poly" coords="576,688,598,688,601,652,576,649,576,649" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/17" alt="" title="">'; map_content += '<area name="18" shape="poly" coords="578,648,600,647,592,613,579,615,579,615" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/18" alt="" title="">'; map_content += '<area name="19" shape="poly" coords="500,367,550,369,550,338,499,336,499,337" id="4544" href="<?php echo site_url('site-details');?>/'+project_id+'/19" alt="" title="">'; map_content += '<area name="20" shape="poly" coords="497,399,547,401,549,368,499,370,499,370" id="4508" href="<?php echo site_url('site-details');?>/'+project_id+'/20" alt="" title="">'; map_content += '<area name="21" shape="poly" coords="499,432,548,434,547,402,496,400,496,400" id="4478" href="<?php echo site_url('site-details');?>/'+project_id+'/21" alt="" title="">'; map_content += '<area name="22" shape="poly" coords="497,462,545,462,545,436,498,432,498,432" id="4479" href="<?php echo site_url('site-details');?>/'+project_id+'/22" alt="" title="">'; map_content += '<area name="23" shape="poly" coords="497,493,547,494,547,463,495,463,495,463" id="4480" href="<?php echo site_url('site-details');?>/'+project_id+'/23" alt="" title="">'; map_content += '<area name="24" shape="poly" coords="497,524,545,523,546,494,498,492,497,492" id="4481" href="<?php echo site_url('site-details');?>/'+project_id+'/24" alt="" title="">'; map_content += '<area name="26" shape="poly" coords="492,586,544,589,544,558,497,554,497,554" id="4483" href="<?php echo site_url('site-details');?>/'+project_id+'/26" alt="" title="">'; map_content += '<area name="27" shape="poly" coords="493,616,543,618,543,588,494,586,494,586" id="4484" href="<?php echo site_url('site-details');?>/'+project_id+'/27" alt="" title="">'; map_content += '<area name="28" shape="poly" coords="493,646,542,650,543,620,490,617,490,617" id="4485" href="<?php echo site_url('site-details');?>/'+project_id+'/28" alt="" title="">'; map_content += '<area name="29" shape="poly" coords="492,686,542,687,542,651,493,646,493,646" id="4844" href="<?php echo site_url('site-details');?>/'+project_id+'/29" alt="" title="">'; map_content += '<area name="30" shape="poly" coords="450,683,490,685,490,650,451,648,451,648" id="4845" href="<?php echo site_url('site-details');?>/'+project_id+'/30" alt="" title="">'; map_content += '<area name="25" shape="poly" coords="496,551,543,556,545,522,496,525,496,525" id="4482" href="<?php echo site_url('site-details');?>/'+project_id+'/25" alt="" title="">'; map_content += '<area name="31" shape="poly" coords="451,645,487,647,489,616,452,616,452,616" id="4494" href="<?php echo site_url('site-details');?>/'+project_id+'/31" alt="" title="">'; map_content += '<area name="32" shape="poly" coords="450,613,490,616,490,586,450,586,450,586" id="4495" href="<?php echo site_url('site-details');?>/'+project_id+'/32" alt="" title="">'; map_content += '<area name="33" shape="poly" coords="452,585,490,583,494,556,452,556,451,556" id="4496" href="<?php echo site_url('site-details');?>/'+project_id+'/33" alt="" title="">'; map_content += '<area name="34" shape="poly" coords="450,554,490,554,492,524,452,524,452,524" id="4497" href="<?php echo site_url('site-details');?>/'+project_id+'/34" alt="" title="">'; map_content += '<area name="35" shape="poly" coords="453,523,493,523,494,496,452,492,452,492" id="4498" href="<?php echo site_url('site-details');?>/'+project_id+'/35" alt="" title="">'; map_content += '<area name="36" shape="poly" coords="453,492,496,495,496,462,454,462,454,462" id="4499" href="<?php echo site_url('site-details');?>/'+project_id+'/36" alt="" title="">'; map_content += '<area name="37" shape="poly" coords="454,462,496,460,495,432,455,432,455,432" id="4500" href="<?php echo site_url('site-details');?>/'+project_id+'/37" alt="" title="">'; map_content += '<area name="38" shape="poly" coords="455,430,498,429,495,401,455,400,455,400" id="4501" href="<?php echo site_url('site-details');?>/'+project_id+'/38" alt="" title="">'; map_content += '<area name="39" shape="poly" coords="457,398,494,398,497,371,456,368,456,368" id="4502" href="<?php echo site_url('site-details');?>/'+project_id+'/39" alt="" title="">'; map_content += '<area name="40" shape="poly" coords="453,363,495,369,497,336,458,335,458,335" id="4846" href="<?php echo site_url('site-details');?>/'+project_id+'/40" alt="" title="">'; map_content += '<area name="41" shape="poly" coords="371,363,424,364,422,334,374,333,374,333" id="4841" href="<?php echo site_url('site-details');?>/'+project_id+'/41" alt="" title="">'; map_content += '<area name="42" shape="poly" coords="371,397,423,397,422,365,375,365,375,365" id="4486" href="<?php echo site_url('site-details');?>/'+project_id+'/42" alt="" title="">'; map_content += '<area name="43" shape="poly" coords="371,429,424,430,422,400,373,396,373,396" id="4487" href="<?php echo site_url('site-details');?>/'+project_id+'/43" alt="" title="">'; map_content += '<area name="44" shape="poly" coords="371,456,420,459,420,430,371,429,371,429" id="4488" href="<?php echo site_url('site-details');?>/'+project_id+'/44" alt="" title="">'; map_content += '<area name="45" shape="poly" coords="370,492,421,491,420,461,372,459,372,459" id="4489" href="<?php echo site_url('site-details');?>/'+project_id+'/45" alt="" title="">'; map_content += '<area name="46" shape="poly" coords="370,523,419,522,422,493,372,490,372,490" id="4490" href="<?php echo site_url('site-details');?>/'+project_id+'/46" alt="" title="">'; map_content += '<area name="47" shape="poly" coords="367,551,421,552,417,524,369,520,369,520" id="4510" href="<?php echo site_url('site-details');?>/'+project_id+'/47" alt="" title="">'; map_content += '<area name="48" shape="poly" coords="368,581,418,583,418,554,369,554,369,554" id="4491" href="<?php echo site_url('site-details');?>/'+project_id+'/48" alt="" title="">'; map_content += '<area name="49" shape="poly" coords="370,615,419,615,417,584,366,584,366,584" id="4492" href="<?php echo site_url('site-details');?>/'+project_id+'/49" alt="" title="">'; map_content += '<area name="50" shape="poly" coords="369,645,417,646,420,613,370,615,370,615" id="4493" href="<?php echo site_url('site-details');?>/'+project_id+'/50" alt="" title="">'; map_content += '<area name="51" shape="poly" coords="367,682,417,683,417,652,369,650,369,650" id="4847" href="<?php echo site_url('site-details');?>/'+project_id+'/51" alt="" title="">'; map_content += '<area name="52" shape="poly" coords="323,679,365,681,363,648,326,645,326,645" id="4848" href="<?php echo site_url('site-details');?>/'+project_id+'/52" alt="" title="">'; map_content += '<area name="53" shape="poly" coords="326,640,365,643,365,616,324,614,324,614" id="4503" href="<?php echo site_url('site-details');?>/'+project_id+'/53" alt="" title="">'; map_content += '<area name="54" shape="poly" coords="329,610,366,611,367,587,324,583,324,583" id="4504" href="<?php echo site_url('site-details');?>/'+project_id+'/54" alt="" title="">'; map_content += '<area name="55" shape="poly" coords="324,580,363,584,368,555,327,553,327,553" id="4505" href="<?php echo site_url('site-details');?>/'+project_id+'/55" alt="" title="">'; map_content += '<area name="56" shape="poly" coords="326,551,366,552,367,525,327,521,327,521" id="4506" href="<?php echo site_url('site-details');?>/'+project_id+'/56" alt="" title="">'; map_content += '<area name="57" shape="poly" coords="327,516,365,521,370,493,327,490,327,490" id="4507" href="<?php echo site_url('site-details');?>/'+project_id+'/57" alt="" title="">'; map_content += '<area name="58" shape="poly" coords="327,484,369,488,368,463,328,461,328,461" id="4849" href="<?php echo site_url('site-details');?>/'+project_id+'/58" alt="" title="">'; map_content += '<area name="59" shape="poly" coords="329,456,366,456,367,430,329,429,329,429" id="4850" href="<?php echo site_url('site-details');?>/'+project_id+'/59" alt="" title="">'; map_content += '<area name="60" shape="poly" coords="328,425,367,426,372,402,329,397,329,397" id="4851" href="<?php echo site_url('site-details');?>/'+project_id+'/60" alt="" title="">'; map_content += '<area name="61" shape="poly" coords="330,395,369,397,371,366,331,363,331,363" id="4509" href="<?php echo site_url('site-details');?>/'+project_id+'/61" alt="" title="">'; map_content += '<area name="62" shape="poly" coords="332,361,370,363,371,332,330,333,330,333" id="4852" href="<?php echo site_url('site-details');?>/'+project_id+'/62" alt="" title="">'; map_content += '<area name="63" shape="poly" coords="246,356,288,357,287,332,246,329,246,329" id="4853" href="<?php echo site_url('site-details');?>/'+project_id+'/63" alt="" title="">'; map_content += '<area name="64" shape="poly" coords="244,388,287,389,288,359,245,358,245,358" id="4854" href="<?php echo site_url('site-details');?>/'+project_id+'/64" alt="" title="">'; map_content += '<area name="65" shape="poly" coords="244,421,286,421,287,392,241,388,241,388" id="4855" href="<?php echo site_url('site-details');?>/'+project_id+'/65" alt="" title="">'; map_content += '<area name="67" shape="poly" coords="236,482,285,483,287,457,241,452,241,452" id="4857" href="<?php echo site_url('site-details');?>/'+project_id+'/67" alt="" title="">'; map_content += '<area name="66" shape="poly" coords="238,449,285,452,288,424,242,423,242,423" id="4856" href="<?php echo site_url('site-details');?>/'+project_id+'/66" alt="" title="">'; map_content += '<area name="68" shape="poly" coords="237,512,286,515,288,486,237,482,237,482" id="4858" href="<?php echo site_url('site-details');?>/'+project_id+'/68" alt="" title="">'; map_content += '<area name="69" shape="poly" coords="234,542,282,547,283,513,237,512,237,512" id="4859" href="<?php echo site_url('site-details');?>/'+project_id+'/69" alt="" title="">'; map_content += '<area name="70" shape="poly" coords="234,576,281,578,284,547,233,544,233,544" id="4860" href="<?php echo site_url('site-details');?>/'+project_id+'/70" alt="" title="">'; map_content += '<area name="71" shape="poly" coords="232,605,281,608,283,579,231,576,231,576" id="4645" href="<?php echo site_url('site-details');?>/'+project_id+'/71" alt="" title="">'; map_content += '<area name="73" shape="poly" coords="227,677,280,678,280,640,231,640,231,640" id="4861" href="<?php echo site_url('site-details');?>/'+project_id+'/73" alt="" title="">'; map_content += '<area name="72" shape="poly" coords="228,636,282,638,281,606,231,606,231,606" id="4646" href="<?php echo site_url('site-details');?>/'+project_id+'/72" alt="" title="">'; map_content += '</MAP>'; } else if(response.approved_plan.approval_image == "1628533181herbal_sindhu.jpg") { map_content += '<img src="https://www.gssorganised.com/project_uploads/'+response.approved_plan.approval_image+'" usemap="#plan" class="appr_plan"/>'; map_content += '<MAP NAME="plan">'; map_content += '<area name="1" shape="poly" coords="305,593,354,578,335,519,284,536,284,536" id="4785" href="<?php echo site_url('site-details');?>/'+project_id+'/1" alt="" title="">'; map_content += '<area name="2" shape="poly" coords="318,634,367,616,352,579,301,595,301,595" id="4786" href="<?php echo site_url('site-details');?>/'+project_id+'/2" alt="" title="">'; map_content += '<area name="3" shape="poly" coords="330,671,376,655,364,618,315,633,315,633" id="4787" href="<?php echo site_url('site-details');?>/'+project_id+'/3" alt="" title="">'; map_content += '<area name="4" shape="poly" coords="338,709,387,693,377,657,326,670,326,670" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/4" alt="" title="">'; map_content += '<area name="5" shape="poly" coords="350,741,403,736,387,691,335,709,335,709" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/5" alt="" title="">'; map_content += '<area name="6" shape="poly" coords="402,733,455,728,436,677,387,693,387,693" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/6" alt="" title="">'; map_content += '<area name="7" shape="poly" coords="389,691,439,678,426,640,376,657,375,657" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/7" alt="" title="">'; map_content += '<area name="8" shape="poly" coords="378,654,425,639,413,604,365,616,365,616" id="4788" href="<?php echo site_url('site-details');?>/'+project_id+'/8" alt="" title="">'; map_content += '<area name="9" shape="poly" coords="368,615,412,602,401,566,353,578,353,578" id="4789" href="<?php echo site_url('site-details');?>/'+project_id+'/9" alt="" title="">'; map_content += '<area name="10" shape="poly" coords="353,580,400,564,386,508,335,522,335,522" id="4790" href="<?php echo site_url('site-details');?>/'+project_id+'/10" alt="" title="">'; map_content += '<area name="11" shape="poly" coords="450,574,501,559,475,481,425,496,425,496" id="4791" href="<?php echo site_url('site-details');?>/'+project_id+'/11" alt="" title="">'; map_content += '<area name="12" shape="poly" coords="461,613,513,597,500,561,447,575,447,575" id="4792" href="<?php echo site_url('site-details');?>/'+project_id+'/12" alt="" title="">'; map_content += '<area name="13" shape="poly" coords="472,651,522,635,510,599,460,615,460,615" id="4793" href="<?php echo site_url('site-details');?>/'+project_id+'/13" alt="" title="">'; map_content += '<area name="14" shape="poly" coords="482,688,533,674,523,636,472,651,472,651" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/14" alt="" title="">'; map_content += '<area name="15" shape="poly" coords="494,723,545,717,534,675,483,689,483,689" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/15" alt="" title="">'; map_content += '<area name="16" shape="poly" coords="544,715,599,711,583,658,531,674,531,674" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/16" alt="" title="">'; map_content += '<area name="17" shape="poly" coords="535,674,585,656,571,619,522,636,522,636" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/17" alt="" title="">'; map_content += '<area name="18" shape="poly" coords="523,633,570,618,560,581,508,597,508,597" id="4794" href="<?php echo site_url('site-details');?>/'+project_id+'/18" alt="" title="">'; map_content += '<area name="19" shape="poly" coords="511,593,561,579,546,543,498,559,498,559" id="4795" href="<?php echo site_url('site-details');?>/'+project_id+'/19" alt="" title="">'; map_content += '<area name="20" shape="poly" coords="500,562,546,542,525,465,476,481,476,481" id="4796" href="<?php echo site_url('site-details');?>/'+project_id+'/20" alt="" title="">'; map_content += '<area name="21" shape="poly" coords="594,554,644,537,628,490,576,506,576,506" id="4797" href="<?php echo site_url('site-details');?>/'+project_id+'/21" alt="" title="">'; map_content += '<area name="22" shape="poly" coords="605,594,656,578,641,538,594,554,594,554" id="4798" href="<?php echo site_url('site-details');?>/'+project_id+'/22" alt="" title="">'; map_content += '<area name="23" shape="poly" coords="616,627,664,613,652,581,608,594,608,594" id="4799" href="<?php echo site_url('site-details');?>/'+project_id+'/23" alt="" title="">'; map_content += '<area name="24" shape="poly" coords="628,667,674,652,664,616,618,630,618,630" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/24" alt="" title="">'; map_content += '<area name="25" shape="poly" coords="640,705,689,696,674,655,628,668,628,668" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/25" alt="" title="">'; map_content += '<area name="26" shape="poly" coords="692,694,741,689,725,637,676,654,675,654" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/26" alt="" title="">'; map_content += '<area name="27" shape="poly" coords="674,652,723,635,713,599,666,613,666,613" id="" href="<?php echo site_url('site-details');?>/'+project_id+'/27" alt="" title="">'; map_content += '<area name="28" shape="poly" coords="663,615,715,598,702,564,655,578,655,578" id="4800" href="<?php echo site_url('site-details');?>/'+project_id+'/28" alt="" title="">'; map_content += '<area name="29" shape="poly" coords="656,577,701,561,690,523,643,538,643,538" id="4801" href="<?php echo site_url('site-details');?>/'+project_id+'/29" alt="" title="">'; map_content += '<area name="30" shape="poly" coords="644,535,692,522,676,475,629,489,629,489" id="4802" href="<?php echo site_url('site-details');?>/'+project_id+'/30" alt="" title="">'; map_content += '</MAP>'; } else { map_content += '<img src="https://www.gssorganised.com/project_uploads/'+response.approved_plan.approval_image+'" usemap="#plan" class="appr_plan"/>'; } $(".approved_plan_div").html(map_content); $('.appr_plan').maphilight(); MapHilights(project_id); $('.appr_plan').mapster({ }); var image_is_loaded = false; $(this).data('width', $(this).attr('width')).data('height', $(this).attr('height')); $($(this).attr('usemap')+" area").each(function(){ $(this).data('coords', $(this).attr('coords')); }); $(this).css('width', '100%').css('height','auto').show(); image_is_loaded = true; $(window).trigger('resize'); function ratioCoords (coords, ratio) { coord_arr = coords.split(","); for(i=0; i < coord_arr.length; i++) { coord_arr[i] = Math.round(ratio * coord_arr[i]); } return coord_arr.join(','); } $(window).on('resize', function(){ if (image_is_loaded) { var img = $('.appr_plan'); var ratio = img.width()/img.data('width'); $(img.attr('usemap')+" area").each(function(){ console.log('1: '+$(this).attr('coords')); $(this).attr('coords', ratioCoords($(this).data('coords'), ratio)); }); } }); } else { //toastr["error"](response.message); } } }); } function Sites(project_id){ $.ajax({ type : 'post', url : '<?php echo site_url("single-project-sites")?>', data : {project_id:project_id}, success:function(response){ response=jQuery.parseJSON(response); console.log(response); if(response.result==1) { var options = ''; options += '<option value="0">Select site</option>'; $.each(response.sites,function(idx,vx){ options += '<option value="'+vx.site_number+'">'+vx.site_number+'</option>'; }); $(".sites_list").html(options); $(".sites_list").change(function(){ var projectid = $(".project_list :selected").val(); var site_number = $(this).val(); window.location = '<?php echo site_url("site-details")?>/'+projectid+'/'+site_number; }); } else { $(".sites_list").empty(); } } }); } function MapHilights(project_id) { $.ajax({ type : 'post', url : '<?php echo site_url("sites-status-list")?>', data : {project_id:project_id}, success:function(response){ response=jQuery.parseJSON(response); console.log(response); if(response.result==1) { $.each(response.site_status_list,function(key,value){ if(value.site_status == "BOOKED") { $("#"+value.site_id).attr('data-maphilight', '{"strokeColor":"ffcccc","strokeWidth":0,"fillColor":"eb7b18","fillOpacity":0.6}'); var data = $("#"+value.site_id).mouseout().data('maphilight') || {}; data.alwaysOn = !data.alwaysOn; $("#"+value.site_id).data('maphilight', data).trigger('alwaysOn.maphilight'); } if(value.site_status == "CANCELLED") { $("#"+value.site_id).attr('data-maphilight', '{"strokeColor":"ffcccc","strokeWidth":0,"fillColor":"00e673","fillOpacity":0.6}'); var data = $("#"+value.site_id).mouseout().data('maphilight') || {}; data.alwaysOn = !data.alwaysOn; $("#"+value.site_id).data('maphilight', data).trigger('alwaysOn.maphilight'); } if(value.site_status == "REFUNDED") { $("#"+value.site_id).attr('data-maphilight', '{"strokeColor":"ffcccc","strokeWidth":0,"fillColor":"00e673","fillOpacity":0.6}'); var data = $("#"+value.site_id).mouseout().data('maphilight') || {}; data.alwaysOn = !data.alwaysOn; $("#"+value.site_id).data('maphilight', data).trigger('alwaysOn.maphilight'); } if(value.rel_status == "RECEIVED" || value.rel_status =='Received' || value.rel_status =='Released') { $("#"+value.site_id).attr('data-maphilight', '{"strokeColor":"ffcccc","strokeWidth":0,"fillColor":"00e673","fillOpacity":0.6}'); var data = $("#"+value.site_id).mouseout().data('maphilight') || {}; data.alwaysOn = !data.alwaysOn; $("#"+value.site_id).data('maphilight', data).trigger('alwaysOn.maphilight'); } if(value.rel_status == "Not Released" || value.rel_status =='PENDING') { $("#"+value.site_id).attr('data-maphilight', '{"strokeColor":"ffcccc","strokeWidth":0,"fillColor":"b30000","fillOpacity":0.6}'); var data = $("#"+value.site_id).mouseout().data('maphilight') || {}; data.alwaysOn = !data.alwaysOn; $("#"+value.site_id).data('maphilight', data).trigger('alwaysOn.maphilight'); } }); } } }); } }); $('#download_all_sites').click(function() { var projectid = $(".project_list :selected").val(); window.location = '<?php echo site_url("get-project-based-all-sites")?>/'+projectid; }); </script> <?php //$this->load->view('includes/footer');?>