function startDesktop(newDesktop) {
    var desktop = window.open(newDesktop,"_blank","toolbar=no,status=no,menubar=no,scrollbars=auto,resizable=no,width=480,height=250");
}

//document.write ('<table width="780" border="0" cellspacing="0" cellpadding="0" background="http://www.mweb.co.th/images/home_back.gif" height="48">');
//document.write ('  <tr align="left" valign="top"> ');
//document.write ('    <td height="48"><img border=0 height=46 name=osv src="http://www.mweb.co.th/images/home_icon_new.gif" usemap=#mwebtopbarmap width=740><font face="MS Sans Serif" size="1"> </font></td>');
//document.write ('  </tr>');
//document.write ('</table>');
//document.write ('<map name="mwebtopbarmap">');
//document.write ('  <area shape="rect" coords="619,3,671,43" href="http://www.mweb.co.th/win.html" alt="กิจกรรม" title="กิจกรรม" target="_top">');
//document.write ('  <area shape="rect" coords="162,3,220,41" href="javascript:showSiteMap();"alt="Sitemap" title="Sitemap">');
//document.write ('  <area shape="rect" coords="561,3,613,44" href="http://www.mweb.co.th/chat.html" alt="พูดคุย" title="พูดคุย" target="_top">');
//document.write ('  <area shape="rect" coords="486,3,559,44" href="http://forum.mweb.co.th/" alt="แสดงความคิดเห็น" title="แสดงความคิดเห็น" target="_top">');
//document.write ('  <area shape="rect" coords="412,3,470,42" href="http://www.mweb.co.th/mymweb/mymweb.php" alt="My M-WEB" title="My M-WEB" target="_top">');
//document.write ('  <area shape="rect" coords="346,3,408,42" href="http://ecards.mweb.co.th/" alt="ส่งการ์ด" title="ส่งการ์ด" target="_top">');
//document.write ('  <area shape="rect" coords="286,4,343,42" href="http://www.mweb.co.th/login_web.php" alt="โฮมเพจ" title="โฮมเพจ" target="_new">');
//document.write ('  <area shape="rect" coords="227,4,285,42" href="http://www.mweb.co.th/login_email.php" alt="อีเมล์" title="อีเมล์" target="_new">');
//document.write ('  <area shape="rect" coords="55,3,106,41" href="Javascript:startDesktop(\'http://www.mweb.co.th/help/help.html\')" alt="ช่วยเหลือ" title="ช่วยเหลือ">');
//document.write ('  <area shape="rect" coords="113,0,159,42" href="Javascript:startDesktop(\'http://www.mweb.co.th/search.html\')" alt="ค้นหา" title="ค้นหา">');
//document.write ('  <area shape="rect" coords="9,3,48,41" href="http://www.mweb.co.th/" alt="หน้าแรก" title="หน้าแรก" target="_top">');
//document.write ('</map>');

// sitemap start
var winSM = null;
function showSiteMap() {
var sitemapUrl = 'http://www.mweb.co.th/sitemap/index.html?url='+window.location;
var sitemapName = 'SiteMapNavigator';
var sitemapWidth = '450';
var sitemapHeight = '400';
var popupleft = (screen.width - sitemapWidth) / 2;
var popuptop = (screen.height - sitemapHeight) / 2;
var popupcfg = 'width='+sitemapWidth+',';
popupcfg += 'height='+sitemapHeight+',';
popupcfg += 'left='+popupleft+',';
popupcfg += 'top='+popuptop+',';
popupcfg += 'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes';
//winSM = window.open(sitemapUrl, sitemapName, popupcfg);
//if (parseInt(navigator.appVersion) >= 4) { winSM.window.focus(); }
window.location = sitemapUrl;
}
// sitemap end

// error on simplemag.com document.domain = "mweb.co.th"; // used for ads server
