      var res = 800;
      var SW = screen.width;
      if (SW > 800)
        res = 1024;
      if (SW > 1024)
        res = 1280;
      if (SW > 1280)
        res = 1920;
      if (SW > 1920)
        res = 2560;
//      res=1920; //temporary
      document.write('<img src="images/hp/' + res + '/homepage.jpg" id="mainImg" name="main" usemap="#map" border="0" width="0" height="0" />');
      document.write('<img src="images/hp/' + res + '/laptopOver.gif" id="laptopOver" class="idk" usemap="#map">');
      document.write('<img src="images/hp/' + res + '/posterOver.gif" id="posterOver" class="idk" usemap="#map">');
      document.write('<img src="images/hp/' + res + '/phoneOver.gif"  id="phoneOver"  class="idk" usemap="#map">');
      document.write('<img src="images/hp/' + res + '/newsOver.gif"   id="newsOver"   class="idk" usemap="#map">');
      document.write('<img src="images/hp/' + res + '/surfOver.gif"   id="surfOver"   class="idk" usemap="#map">');
      document.write('<img src="images/hp/' + res + '/aquaOver.gif"   id="aquaOver"   class="idk" usemap="#map">');
      document.write('<img src="images/hp/' + res + '/clothingOver.gif"   id="clothesOver"   class="idk" usemap="#map">');
      document.write('<img src="images/hp/' + res + '/radioOver.gif"   id="radioOver"   class="idk" usemap="#map">');
      document.write('<img src="images/hp/' + res + '/skimOver.gif"   id="skimOver"   class="idk" usemap="#map">');
      window.onresize = fillScreen;
      function fillScreen()
      {
        var myWidth = 0, myHeight = 0;
        if( typeof( window.innerWidth ) == 'number' ) 
        {
          //Non-IE
          myWidth = window.innerWidth;
          myHeight = window.innerHeight;
        } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) 
        {
          //IE 6+ in 'standards compliant mode'
          myWidth = document.documentElement.clientWidth;
          myHeight = document.documentElement.clientHeight;
        } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) 
        {
          //IE 4 compatible
          myWidth = document.body.clientWidth;
          myHeight = document.body.clientHeight;
        }
        //2943 x 2030
        document.main.width = myWidth;
        document.main.height = myHeight;
        document.getElementById("laptop").coords = Math.ceil(2296 * myWidth / 2943) + "," + Math.ceil(1270 * myHeight / 2030) + ","
                                                 + Math.ceil(2412 * myWidth / 2943) + "," + Math.ceil(1162 * myHeight / 2030) + ","
                                                 + Math.ceil(2410 * myWidth / 2943) + "," + Math.ceil( 976 * myHeight / 2030) + ","
                                                 + Math.ceil(2612 * myWidth / 2943) + "," + Math.ceil(1040 * myHeight / 2030) + ","
                                                 + Math.ceil(2596 * myWidth / 2943) + "," + Math.ceil(1230 * myHeight / 2030) + ","
                                                 + Math.ceil(2472 * myWidth / 2943) + "," + Math.ceil(1372 * myHeight / 2030);
        document.getElementById("poster").coords = Math.ceil( 116 * myWidth / 2943) + "," + Math.ceil(1166 * myHeight / 2030) + ","
                                                 + Math.ceil( 668 * myWidth / 2943) + "," + Math.ceil(1020 * myHeight / 2030) + ","
                                                 + Math.ceil( 650 * myWidth / 2943) + "," + Math.ceil( 434 * myHeight / 2030) + ","
                                                 + Math.ceil( 104 * myWidth / 2943) + "," + Math.ceil( 560 * myHeight / 2030);
        document.getElementById("phone").coords  = Math.ceil( 248 * myWidth / 2943) + "," + Math.ceil(1216 * myHeight / 2030) + ","
                                                 + Math.ceil( 250 * myWidth / 2943) + "," + Math.ceil(1136 * myHeight / 2030) + ","
                                                 + Math.ceil( 372 * myWidth / 2943) + "," + Math.ceil(1106 * myHeight / 2030) + ","
                                                 + Math.ceil( 432 * myWidth / 2943) + "," + Math.ceil(1210 * myHeight / 2030) + ","
                                                 + Math.ceil( 338 * myWidth / 2943) + "," + Math.ceil(1254 * myHeight / 2030);
        document.getElementById("news").coords   = Math.ceil(2054 * myWidth / 2943) + "," + Math.ceil(1194 * myHeight / 2030) + ","
                                                 + Math.ceil(2262 * myWidth / 2943) + "," + Math.ceil(1088 * myHeight / 2030) + ","
                                                 + Math.ceil(2392 * myWidth / 2943) + "," + Math.ceil(1134 * myHeight / 2030) + ","
                                                 + Math.ceil(2222 * myWidth / 2943) + "," + Math.ceil(1262 * myHeight / 2030);
        document.getElementById("surf").coords   = Math.ceil(1486 * myWidth / 2943) + "," + Math.ceil(1564 * myHeight / 2030) + ","
                                                 + Math.ceil(1502 * myWidth / 2943) + "," + Math.ceil(1568 * myHeight / 2030) + ","
                                                 + Math.ceil(1544 * myWidth / 2943) + "," + Math.ceil(1566 * myHeight / 2030) + ","
                                                 + Math.ceil(1568 * myWidth / 2943) + "," + Math.ceil(1526 * myHeight / 2030) + ","
                                                 + Math.ceil(1534 * myWidth / 2943) + "," + Math.ceil(1480 * myHeight / 2030) + ","
                                                 + Math.ceil(1512 * myWidth / 2943) + "," + Math.ceil(1440 * myHeight / 2030) + ","
                                                 + Math.ceil(1478 * myWidth / 2943) + "," + Math.ceil(1348 * myHeight / 2030) + ","
                                                 + Math.ceil(1456 * myWidth / 2943) + "," + Math.ceil(1258 * myHeight / 2030) + ","
                                                 + Math.ceil(1440 * myWidth / 2943) + "," + Math.ceil(1162 * myHeight / 2030) + ","
                                                 + Math.ceil(1438 * myWidth / 2943) + "," + Math.ceil(1106 * myHeight / 2030) + ","
                                                 + Math.ceil(1446 * myWidth / 2943) + "," + Math.ceil(1046 * myHeight / 2030) + ","
                                                 + Math.ceil(1482 * myWidth / 2943) + "," + Math.ceil( 944 * myHeight / 2030) + ","
                                                 + Math.ceil(1532 * myWidth / 2943) + "," + Math.ceil( 976 * myHeight / 2030) + ","
                                                 + Math.ceil(1574 * myWidth / 2943) + "," + Math.ceil(1020 * myHeight / 2030) + ","
                                                 + Math.ceil(1612 * myWidth / 2943) + "," + Math.ceil(1072 * myHeight / 2030) + ","
                                                 + Math.ceil(1646 * myWidth / 2943) + "," + Math.ceil(1142 * myHeight / 2030) + ","
                                                 + Math.ceil(1662 * myWidth / 2943) + "," + Math.ceil( 972 * myHeight / 2030) + ","
                                                 + Math.ceil(1660 * myWidth / 2943) + "," + Math.ceil( 846 * myHeight / 2030) + ","
                                                 + Math.ceil(1652 * myWidth / 2943) + "," + Math.ceil( 680 * myHeight / 2030) + ","
                                                 + Math.ceil(1650 * myWidth / 2943) + "," + Math.ceil( 652 * myHeight / 2030) + ","
                                                 + Math.ceil(1632 * myWidth / 2943) + "," + Math.ceil( 522 * myHeight / 2030) + ","
                                                 + Math.ceil(1604 * myWidth / 2943) + "," + Math.ceil( 416 * myHeight / 2030) + ","
                                                 + Math.ceil(1574 * myWidth / 2943) + "," + Math.ceil( 356 * myHeight / 2030) + ","
                                                 + Math.ceil(1540 * myWidth / 2943) + "," + Math.ceil( 322 * myHeight / 2030) + ","
                                                 + Math.ceil(1502 * myWidth / 2943) + "," + Math.ceil( 316 * myHeight / 2030) + ","
                                                 + Math.ceil(1452 * myWidth / 2943) + "," + Math.ceil( 324 * myHeight / 2030) + ","
                                                 + Math.ceil(1428 * myWidth / 2943) + "," + Math.ceil( 338 * myHeight / 2030) + ","
                                                 + Math.ceil(1406 * myWidth / 2943) + "," + Math.ceil( 370 * myHeight / 2030) + ","
                                                 + Math.ceil(1392 * myWidth / 2943) + "," + Math.ceil( 420 * myHeight / 2030) + ","
                                                 + Math.ceil(1378 * myWidth / 2943) + "," + Math.ceil( 512 * myHeight / 2030) + ","
                                                 + Math.ceil(1368 * myWidth / 2943) + "," + Math.ceil( 692 * myHeight / 2030) + ","
                                                 + Math.ceil(1370 * myWidth / 2943) + "," + Math.ceil( 852 * myHeight / 2030) + ","
                                                 + Math.ceil(1392 * myWidth / 2943) + "," + Math.ceil(1130 * myHeight / 2030) + ","
                                                 + Math.ceil(1412 * myWidth / 2943) + "," + Math.ceil(1300 * myHeight / 2030) + ","
                                                 + Math.ceil(1444 * myWidth / 2943) + "," + Math.ceil(1444 * myHeight / 2030);
        document.getElementById("aqua").coords   = Math.ceil( 790 * myWidth / 2943) + "," + Math.ceil(1142 * myHeight / 2030) + ","
                                                 + Math.ceil( 932 * myWidth / 2943) + "," + Math.ceil(1134 * myHeight / 2030) + ","
                                                 + Math.ceil(1334 * myWidth / 2943) + "," + Math.ceil(1138 * myHeight / 2030) + ","
                                                 + Math.ceil(1354 * myWidth / 2943) + "," + Math.ceil(1114 * myHeight / 2030) + ","
                                                 + Math.ceil(1348 * myWidth / 2943) + "," + Math.ceil( 700 * myHeight / 2030) + ","
                                                 + Math.ceil(1184 * myWidth / 2943) + "," + Math.ceil( 700 * myHeight / 2030) + ","
                                                 + Math.ceil(1184 * myWidth / 2943) + "," + Math.ceil( 658 * myHeight / 2030) + ","
                                                 + Math.ceil(1004 * myWidth / 2943) + "," + Math.ceil( 654 * myHeight / 2030) + ","
                                                 + Math.ceil( 998 * myWidth / 2943) + "," + Math.ceil( 694 * myHeight / 2030) + ","
                                                 + Math.ceil( 874 * myWidth / 2943) + "," + Math.ceil( 692 * myHeight / 2030) + ","
                                                 + Math.ceil( 784 * myWidth / 2943) + "," + Math.ceil( 750 * myHeight / 2030);
        document.getElementById("radio").coords  = Math.ceil( 826 * myWidth / 2943) + "," + Math.ceil(1376 * myHeight / 2030) + ","
                                                 + Math.ceil( 828 * myWidth / 2943) + "," + Math.ceil(1598 * myHeight / 2030) + ","
                                                 + Math.ceil(1348 * myWidth / 2943) + "," + Math.ceil(1602 * myHeight / 2030) + ","
                                                 + Math.ceil(1348 * myWidth / 2943) + "," + Math.ceil(1370 * myHeight / 2030);
        document.getElementById("skim").coords   = Math.ceil(1482 * myWidth / 2943) + "," + Math.ceil( 944 * myHeight / 2030) + ","
                                                 + Math.ceil(1446 * myWidth / 2943) + "," + Math.ceil(1046 * myHeight / 2030) + ","
                                                 + Math.ceil(1438 * myWidth / 2943) + "," + Math.ceil(1106 * myHeight / 2030) + ","
                                                 + Math.ceil(1440 * myWidth / 2943) + "," + Math.ceil(1162 * myHeight / 2030) + ","
                                                 + Math.ceil(1456 * myWidth / 2943) + "," + Math.ceil(1258 * myHeight / 2030) + ","
                                                 + Math.ceil(1478 * myWidth / 2943) + "," + Math.ceil(1348 * myHeight / 2030) + ","
                                                 + Math.ceil(1512 * myWidth / 2943) + "," + Math.ceil(1440 * myHeight / 2030) + ","
                                                 + Math.ceil(1534 * myWidth / 2943) + "," + Math.ceil(1480 * myHeight / 2030) + ","
                                                 + Math.ceil(1558 * myWidth / 2943) + "," + Math.ceil(1512 * myHeight / 2030) + ","
                                                 + Math.ceil(1594 * myWidth / 2943) + "," + Math.ceil(1546 * myHeight / 2030) + ","
                                                 + Math.ceil(1638 * myWidth / 2943) + "," + Math.ceil(1564 * myHeight / 2030) + ","
                                                 + Math.ceil(1656 * myWidth / 2943) + "," + Math.ceil(1558 * myHeight / 2030) + ","
                                                 + Math.ceil(1672 * myWidth / 2943) + "," + Math.ceil(1532 * myHeight / 2030) + ","
                                                 + Math.ceil(1688 * myWidth / 2943) + "," + Math.ceil(1472 * myHeight / 2030) + ","
                                                 + Math.ceil(1697 * myWidth / 2943) + "," + Math.ceil(1412 * myHeight / 2030) + ","
                                                 + Math.ceil(1698 * myWidth / 2943) + "," + Math.ceil(1350 * myHeight / 2030) + ","
                                                 + Math.ceil(1690 * myWidth / 2943) + "," + Math.ceil(1304 * myHeight / 2030) + ","
                                                 + Math.ceil(1690 * myWidth / 2943) + "," + Math.ceil(1272 * myHeight / 2030) + ","
                                                 + Math.ceil(1676 * myWidth / 2943) + "," + Math.ceil(1228 * myHeight / 2030) + ","
                                                 + Math.ceil(1652 * myWidth / 2943) + "," + Math.ceil(1154 * myHeight / 2030) + ","
                                                 + Math.ceil(1612 * myWidth / 2943) + "," + Math.ceil(1072 * myHeight / 2030) + ","
                                                 + Math.ceil(1574 * myWidth / 2943) + "," + Math.ceil(1020 * myHeight / 2030) + ","
                                                 + Math.ceil(1532 * myWidth / 2943) + "," + Math.ceil( 976 * myHeight / 2030);
        document.getElementById("clothes").coords= Math.ceil(1738 * myWidth / 2943) + "," + Math.ceil(1540 * myHeight / 2030) + ","
                                                 + Math.ceil(1720 * myWidth / 2943) + "," + Math.ceil(1270 * myHeight / 2030) + ","
                                                 + Math.ceil(1694 * myWidth / 2943) + "," + Math.ceil(1268 * myHeight / 2030) + ","
                                                 + Math.ceil(1688 * myWidth / 2943) + "," + Math.ceil(1228 * myHeight / 2030) + ","
                                                 + Math.ceil(1694 * myWidth / 2943) + "," + Math.ceil(1176 * myHeight / 2030) + ","
                                                 + Math.ceil(1702 * myWidth / 2943) + "," + Math.ceil(1162 * myHeight / 2030) + ","
                                                 + Math.ceil(1740 * myWidth / 2943) + "," + Math.ceil(1146 * myHeight / 2030) + ","
                                                 + Math.ceil(1786 * myWidth / 2943) + "," + Math.ceil(1168 * myHeight / 2030) + ","
                                                 + Math.ceil(1830 * myWidth / 2943) + "," + Math.ceil(1156 * myHeight / 2030) + ","
                                                 + Math.ceil(1854 * myWidth / 2943) + "," + Math.ceil(1160 * myHeight / 2030) + ","
                                                 + Math.ceil(1874 * myWidth / 2943) + "," + Math.ceil(1176 * myHeight / 2030) + ","
                                                 + Math.ceil(1978 * myWidth / 2943) + "," + Math.ceil(1196 * myHeight / 2030) + ","
                                                 + Math.ceil(2012 * myWidth / 2943) + "," + Math.ceil(1568 * myHeight / 2030) + ","
                                                 + Math.ceil(1900 * myWidth / 2943) + "," + Math.ceil(1624 * myHeight / 2030);
	document.getElementById("DivMenu").style.left=document.main.width - 115;
	document.getElementById("DivMenu2").style.left=document.main.width - 115;
}



function mapOver(x)

{

//  window.alert(x.id);

//  window.alert(document.getElementById(x.id + "Over").src);

  document.getElementById(x.id + "Over").zIndex=0;

  document.getElementById(x.id + "Over").style.visibility='visible';

}



function mapOff(x)

{

  document.getElementById(x.id + "Over").style.visibility='hidden'; //visible';

}

function Menu()
{
  if (document.getElementById("Menu2").style.visibility=="visible")
  {
    document.getElementById("Menu2").style.visibility='hidden';
    document.getElementById("Menu3").style.visibility='hidden';
    document.getElementById("Menu4").style.visibility='hidden';
    document.getElementById("Menu5").style.visibility='hidden';
    document.getElementById("Menu").src="/images/hp/MenuUp.png";
  }
  else
  {
    document.getElementById("Menu2").style.visibility='visible';
    document.getElementById("Menu3").style.visibility='visible';
    document.getElementById("Menu4").style.visibility='visible';
    document.getElementById("Menu5").style.visibility='visible';
    document.getElementById("Menu").src="/images/hp/MenuDown.png";
  }
}



//onMouseOver="mapOver(this)" onMouseOut="mapOff(this)"