function popup_url(url,width,height)
{
  var picwin = window.open(url, "new", "width="+width+",height="+height+",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1");
  picwin.window.focus();
}

function mmsw(k,a,s)
{
 if( document.getElementById )
 {
  var el = document.getElementById(k);
  var st = document.getElementById('menutext');
  if( a == 0 )
  {
   el.className = 'mmdv';
   st.innerHTML = '';
  }
  else
  {
   el.className = 'mmdo';
   st.innerHTML = s;
  }
 }
}

function DDMenuOnSelect(sObj)
{
	var newloc = sObj.options[sObj.selectedIndex].value;
	if( newloc.length > 0 ) self.window.location = newloc;
}

