
function PlayMenu() //MENU
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="896" height="172">\n');
document.write('<param name="movie" value="flash/top-menu.swf" />\n');
document.write('<PARAM NAME="wmode" VALUE="transparent">\n');
document.write('<param name="quality" value="high" />\n');
document.write('<embed src="flash/top-menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="896" height="172" wmode="transparent"></embed>\n');
document.write('</object>\n');
}

function PlayJukebox() //MENU
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="310" height="410">\n');
document.write('<param name="movie" value="jukebox.swf" />\n');
document.write('<PARAM NAME="wmode" VALUE="transparent">\n');
document.write('<param name="quality" value="high" />\n');
document.write('<embed src="jukebox.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="310" height="410" wmode="transparent"></embed>\n');
document.write('</object>\n');
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

<!--

function ValidateForm() {
var strMsg = ""
var whichone = -1
	
	for (a=0; a<document.forms[0].elements.length; a++) {
		if (document.forms[0].elements[a].REQ == "true") {
		   if (document.forms[0].elements[a].value == "") {
			if (whichone == -1 ) {
				whichone = a;
			}
			strMsg  = "Oops. You seem to have left out some required information.\n";
			strMsg += "Please fill in the fields marked with an asterisk.";
		   }
		}
	}


	if (strMsg == "") {
//		document.forms[0].submit();
		return;
	}
	
	document.forms[0].elements[whichone].focus();
	alert(strMsg);
	return false;
}

function GetImageURL(myString){
   var s, ss, imgURL;
   s = new String(myString);

   ss = s.split("?");
   return ss[1]
}

function openWin(url,win,shape) {
  if (shape=='h') {
	w=600;
	h=400;
  }
  else {
	w=400;
	h=600;
  }

  mywin = window.open(url,win,'toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=no,resizable=yes,width='+w+',height='+h);
  mywin.focus();
}

function jumpPage(newLoc) {
  newPage = newLoc.options[newLoc.selectedIndex].value
  if (newPage != "") {
	window.location.href = newPage
  }
}

// -->




