var popWin;
function popupwindow1(url, width, height)
{
 if(popWin)
 {
  popWin.close();
  popWin='';
 }
 popWin=window.open(url,"popWin","toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no,width="+ width +",height="+height);
 popWin.moveTo(150, 20);
 popWin.document.bgColor="#111111";
 popWin.document.write ("<HTML><HEAD><TITLE>Feel Good Travel</TITLE></HEAD>");
 popWin.document.write ("<body bgcolor='#FFFFFF' leftmargin='0' topmargin='0' MARGINHEIGHT='0' MARGINWIDTH='0'>");
 popWin.document.write ("<img src='"+url+"'>");
 popWin.document.write ("</body></HTML>");
}

function popupwindow2(url, width, height)
{
 if(popWin)
 {
  popWin.close();
  popWin='';
 }
 popWin=window.open(url,"popWin","toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no,width="+ width +",height="+height);
 popWin.moveTo(30, 100);
 popWin.focus();
}

/* Only set closed if JS-enabled */ 
document.getElementsByTagName('html')[0].className = 'isJS'; 
function tog(dt) 
{ 
 var display, dd=dt; 
 do
 {
  dd = dd.nextSibling
 } while(dd.tagName!='DD'); 
 toOpen =!dd.style.display;
 dd.style.display = toOpen? 'block':'' 
 dt.getElementsByTagName('span')[0].innerHTML = toOpen? '<font color="#008000"><IMG SRC="../images/bclose.gif" WIDTH=20 HEIGHT=19 BORDER=0 style="vertical-align: middle;"><u> hide...</u></font>':'<font color="#008000"><IMG SRC="../images/bopen.gif" WIDTH=20 HEIGHT=19 BORDER=0 style="vertical-align: middle;"> Read more about Soppong...</font>'; 
} 

function constr()
{
 alert("Still under construction, but please take a look...");
}
