Subversion Repositories SmartDukaan

Rev

Rev 11293 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11293 Rev 11433
Line 5... Line 5...
5
    <li>While buying your favourite mobile from Saholic, you can opt for 1 year WorldWide theft insurance.</li>
5
    <li>While buying your favourite mobile from Saholic, you can opt for 1 year WorldWide theft insurance.</li>
6
    <li>Introductory offer - You can opt for insurance by paying an all inclusive nominal fee of 1.5% of price of your mobile.</li>
6
    <li>Introductory offer - You can opt for insurance by paying an all inclusive nominal fee of 1.5% of price of your mobile.</li>
7
  </ul>
7
  </ul>
8
</div><!--insure-->
8
</div><!--insure-->
9
<script>
9
<script>
10
  var pheight = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
10
var pheight = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
11
if(document.getElementsByClassName('insure-mobile')[0] != undefined){
11
if(document.getElementsByClassName('insure-mobile')[0] != undefined){
12
    document.getElementsByClassName('insure-mobile')[0].style.minHeight = pheight - 139 +'px';  
12
    document.getElementsByClassName('insure-mobile')[0].style.minHeight = pheight - 139 +'px';  
13
}
13
}
14
</script>
14
</script>
15
15