// JavaScript Document
document.write('<meta http-equiv="Content-Type" content="text/html; charset=windows-874">');


//txt='<a class="c2" href="http://www.marriott.com" >Go to Marriott.com</a>';
//txt+='&nbsp;&nbsp;&nbsp; ';
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

txt='<table width="450" border="0" cellspacing="0" cellpadding="0">';
txt+='                    <tr>';
txt+='                        <td bgcolor="#EFEEE2" class="bodytextbold">&nbsp;</td>';
txt+='                        <td bgcolor="#EFEEE2" class="bodytextbold">Address</td>';
txt+='                      </tr>';
txt+='                      <tr>';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td class="bodytext"><p>231 Moo 3, Mai Khao Talang, Phuket 83110 Thailand </p></td>';
txt+='                      </tr>';
txt+='                      <tr>';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td class="bodytext"> Tel: +66 (0)76 338 000.</td>';
txt+='                      </tr>';
txt+='                      <tr>';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td class="bodytext"> Fax: +66 (0)76 348 348.</td>';
txt+='                      </tr>';
txt+='                      <tr>';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td class="bodytext">';
txt+='                          <p>&nbsp;</p></td>';
txt+='                      </tr>';
txt+='                      <tr bgcolor="#EFEEE2">';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td bgcolor="#EFEEE2" class="bodytextbold"> Sales Department </td>';
txt+='                      </tr>';
txt+='                      <tr>';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td class="bodytext"> Address: at JW Marriott Bangkok, 4 Sukhumvit, Soi 2, 83110 Bangkok </td>';
txt+='                      </tr>';
txt+='                      <tr>';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td class="bodytext"> Tel: +66 (0)2 656 7705 </td>';
txt+='                      </tr>';
txt+='                      <tr>';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td class="bodytext">';
txt+='                          <p>Fax: +66(0)2 656 9831 </p>';
txt+='                          <p>&nbsp;</p></td>';
txt+='                      </tr>';
txt+='                      <tr bgcolor="#EFEEE2">';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td bgcolor="#EFEEE2" class="bodytextbold"> Central Reservations Department </td>';
txt+='                      </tr>';
txt+='                      <tr>';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td class="bodytext"> Address: at JW Marriott Bangkok, 4 Sukhumvit, Soi 2, 83110 Bangkok </td>';
txt+='                      </tr>';
txt+='                      <tr>';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td class="bodytext"> Tel.: +66 (0)2 656 7707 </td>';
txt+='                      </tr>';
txt+='                      <tr>';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td class="bodytext"> Fax: +66(0)2 656 7711 </td>';
txt+='                      </tr>';
txt+='                      <tr>';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td class="bodytext">';
txt+='                          <p>E-mail: <a href="mailto:res.jwthailand@marriotthotels.com">res.jwthailand@marriotthotels.com </a></p>';
txt+='                          <p>&nbsp;</p></td>';
txt+='                      </tr>';
txt+='                      <tr bgcolor="#EFEEE2">';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td bgcolor="#EFEEE2" class="bodytextbold"> Conferences &amp; Meetings &amp; Incentives </td>';
txt+='                      </tr>';
txt+='                      <tr>';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td class="bodytext"> Pensri Niwatsiriwong </td>';
txt+='                      </tr>';
txt+='                      <tr>';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td class="bodytext"> Director, Event Booking Centre </td>';
txt+='                      </tr>';
txt+='                      <tr>';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td class="bodytext">Address: at JW Marriott Bangkok, 4 Sukhumvit, Soi 2, 83110 Bangkok </td>';
txt+='                      </tr>';
txt+='                      <tr>';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td class="bodytext"> Tel.: +66 (0)2 656 7700 </td>';
txt+='                      </tr>';
txt+='                      <tr>';
txt+='                        <td>&nbsp;</td>';
txt+='                        <td class="bodytext"> Fax: +66(0)2 656 9831 </td>';
txt+='                      </tr>';
txt+='                    </table>';
document.write(txt);


function popUp(URL) {
	w=658;
	h=374;
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=0,resizable=0';
	win = window.open(URL,'book',settings);
}