// JavaScript Document
if (IE) {document.write('<DIV ALIGN="left" ID="ssm3" style="Position:Absolute;Left:'+XOffset+'px;Top:'+YOffset+'px;Z-Index:20;width:'+menuWidth+'px">')}
if (NS) {document.write('<div id="ssm3"><LAYER top="'+YOffset+'" name="ssm3"  left="'+XOffset+'"><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 bgcolor="'+menuBGColor+'"><TR><TD>')}
document.write('<table border="1" cellpadding="0" cellspacing="0" bgcolor="'+menuBGColor+'"><TR><TD bgcolor="'+hdrBGColor+'" ALIGN="'+hdrTextAlign+'"><font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+menuHeader+'</b></font></td></tr><TR><TD><table border="0" cellpadding="0" cellspacing="0" width="'+menuWidth+'">')
document.write('<a href="/" title="Pocoloco Sihanoukville Home"><img src="images/menu-home.gif" alt="Pocoloco Sihanoukville Home" border="0"></a><br />')
document.write('<a href="sihanoukville-nightlife.html" title="Pocoloco Bar"><img src="images/menu-bar.gif" alt="Pocoloco Bar" border="0"></a><br />')
document.write('<a href="sihanoukville-nightclub.html" title="Pocoloco Niteclub"><img src="images/menu-niteclub.gif" alt="Pococloco Niteclub" border="0"></a><br />')
document.write('<a href="sihanoukville-girls.html" title="Pocoloco Girls"><img src="images/menu-girls.gif" alt="Pocoloco Girls" border="0"></a><br />')
document.write('<a href="x-makeena-cambodia.html" title="X Makeena at the Pocoloco"><img src="images/xmakeena_link.jpg" alt="French Band XMakeena" border="0"></a>')
function addItem(text, link, target) {
if (!target) {target=linkTarget}
document.write('<TR><TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%" ALIGN="'+linkTextAlign+'"><P  ALIGN="'+linkTextAlign+'"><FONT face="'+linkFontFamily+'" Size="'+linkFontSize+'"> <A HREF="scripts/'+link+'" target="'+target+'" CLASS="ssm3Items">'+text+'</A> </LAYER></ILAYER></TD></TR>')}
function addHdr(text) {
document.write('</table></td></tr><TR><TD bgcolor="'+hdrBGColor+'" ALIGN="'+hdrTextAlign+'"><font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+text+'</b></font></td></tr><TR><TD><table border="0" cellpadding="0" cellspacing="0" width="'+menuWidth+'">')}

// Only edit between HERE

// And HERE!

document.write('</table></TD></TR></table>')

if (IE) {document.write('</DIV>')}
if (NS) {document.write('</TD></TR></table></LAYER></div>')}
if ((IE||NS) && (menuIsStatic=="yes"&&staticMode)) {makeStatic(staticMode);}