function myopen(filename,windowname,properties) 
{ mywindow = window.open(filename,windowname,properties);
}

function land(ref, target)
{
lowtarget=target.toLowerCase();
if (lowtarget=="_self") {window.location=loc;}
else {if (lowtarget=="_top") {top.location=loc;}
else {if (lowtarget=="_blank") {window.open(loc);}
else {if (lowtarget=="_parent") {parent.location=loc;}
else {parent.frames[target].location=loc;};
}}}
}
function jump(menu)
{
ref=menu.choice.options[menu.choice.selectedIndex].value;
splitc=ref.lastIndexOf("*");
target="";
if (splitc!=-1)
{loc=ref.substring(0,splitc);
target=ref.substring(splitc+1,1000);}
else {loc=ref; target="_self";};
if (ref != "") {land(loc,target);}
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

var formatted_date;

        var today = new Date();

        var day = today.getDay();
        var date = today.getDate();
        var month = today.getMonth() + 1 ;
		var year = "";
		if ( today.getFullYear() ) { year = ", " + today.getFullYear();  }

        if ( month == 1 ) { month = "January" }
        else if ( month == 2 ){ month = "February"}
        else if ( month == 3 ){ month = "March"}
        else if ( month == 4 ){ month = "April"}
        else if ( month == 5 ){ month = "May"}
        else if ( month == 6 ){ month = "June"}
        else if ( month == 7 ){ month = "July"}
        else if ( month == 8 ){ month = "August"}
        else if ( month == 9 ){ month = "September"}
        else if ( month == 10 ){ month = "October"}
        else if ( month == 11 ){ month = "November"}
        else if ( month == 12 ){ month = "December"}
        else { month = "Month ?"}

        formatted_date = new String ( month + " " + date + year);



function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&id.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_checkPlugin(plgIn, theURL, altURL, autoGo) { //v4.0
  var ok=false; document.MM_returnValue = false;
  with (navigator) if (appName.indexOf('Microsoft')==-1 || (plugins && plugins.length)) {
    ok=(plugins && plugins[plgIn]);
  } else if (appVersion.indexOf('3.1')==-1) { //not Netscape or Win3.1
    if (plgIn.indexOf("Flash")!=-1 && window.MM_flash!=null) ok=window.MM_flash;
    else if (plgIn.indexOf("Director")!=-1 && window.MM_dir!=null) ok=window.MM_dir;
    else ok=autoGo; }
  if (!ok) theURL=altURL; if (theURL) window.location=theURL;
}

//Navigation rollover
function NavIn(menItem) {
	menItem.style.borderColor='#CCCCCC'; 
	menItem.style.backgroundColor='#0066CC';
}

function NavOut(menItem) {
	menItem.style.borderColor='#999999'; 
	menItem.style.backgroundColor='#000033';
}

function NavCat(menItem) {
	menItem.style.borderColor='#999999'; 
	menItem.style.backgroundColor='#000033';
}



