<!--
var months = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");

function showDate(){
	var now = new Date(); // Retrieve date
	var tmp = months[now.getMonth()] + " "; // Retrieve the month
	tmp += now.getDate(); // Retrieve the day of the month
	tmp += ", ";
	tmp += now.getFullYear(); // Retrieve the year
	return tmp;
	}
//-->

   function Popupwin(PopUp){

window.open(PopUp,"newwindow","width=510,height=372,left=100,top=200,toolbar=0,menubar=0,resizable=1,location=0,personalbar=0,scrollbars=1,status=1");}

function sendmail(x) {
   x.href="mailto:?subject=" + document.title + "&body=" +window.location;
   return true;
}

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_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];}
}
