<SCRIPT language=JAVASCRIPT>
<!--
// This script came from Web-Development.Com JavaScript Site

// Located at http://www.web-development.com/ 


today = new Date();

BigDay = new Date("December 18th, 2003");

msPerDay = 24 * 60 * 60 * 1000; 

timeLeft = (BigDay.getTime() - today.getTime());

e_daysLeft = timeLeft / msPerDay;

daysLeft = Math.floor(e_daysLeft);

e_hrsLeft = (e_daysLeft - daysLeft)*24;

hrsLeft = Math.floor(e_hrsLeft);

minsLeft = Math.floor((e_hrsLeft - hrsLeft)*60);

// -->
</SCRIPT>

<script language="JavaScript">
<!-- 

function expand(divid)
{
var flag = 0;
	if ((divid.style.display == "none") && (flag == 0))
	{
	 	divid.style.display="";
		flag = 1;
	}

	if ((divid.style.display != "none") && (flag < 1))
	{
		divid.style.display="none";
		flag = 0;
	}
}
// -->
</script>

<script LANGUAGE="JavaScript">
<!--hide from old browsers
var alreadyOpen = false;
var popupWin;
function openWindow(url,name,w,h){
	if (parseInt(navigator.appVersion) > 2) 
	{
		if (alreadyOpen){
			if (popupWin.closed) {
				popupWin = window.open(url,name,'scrollbars,resizable,width='+w+',height='+h);
			} else {
				popupWin.location = url;
				popupWin.focus()
			}
		} else {
			popupWin = window.open(url,name,'scrollbars,resizable,width='+w+',height='+h);
			alreadyOpen = true;
		}
	}
}
//-->
</script>

<script language="JavaScript">
<!-- Begin
function popUp(URL) 
{
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=400,height=300,left = 100,top = 5');");
}
// End onLoad="popUp('special.htm')" --> 
</script>

<SCRIPT LANGUAGE="JavaScript">
	<!-- Begin
	function ViewImage(ifile,ix,iy,ititle) { 
	var win;
	var sWidth;
	var sHeight;
	var NS = (document.layers) ? 1 : 0;
	win = window.open("","imageviewer","width="+ix+",height="+iy+",menubar=no,toolbar=no,left = 50,top = 50");

/*
	if (NS) {
	sWidth = win.innerWidth;
	sHeight = win.innerHeight;
	} else {
	sWidth = win.document.body.clientWidth;
	sHeight = win.document.body.clientHeight;
	}

	if(sWidth!=ix || sHeight!=iy) {
	win.close();
	setTimeout("ViewImage('"+ifile+"',"+ix+","+iy+",'"+ititle+"')", 250);
	return;
	}
*/
	win.document.open();
	win.document.write("<html><head><title>"+ititle+"</title>");
	win.document.write("</head><body bgcolor=#000000>");
	win.document.write('<div style="position:absolute;width:'+ix+'px;height:'+iy+'px;left:0px;top:0px">');
	win.document.write("<img src="+ifile+"></div></body></html>");
	win.document.close();
	}
/*
  This goes in the body:
<a href="javascript:ViewImage('http://img/large.jpg',576,303,'Description')"><img src="small.jpg" width=288 height=152 border=1></a>
or
<a href="javascript:ViewImage('http://img/large.jpg',576,303,'Description')">View the Picture</a>
*/
//  End -->
</script>

<script language="JavaScript">
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("Sorry, you do not have permission to right click.");
return false;
}
return true;
}
document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
// -->
</script>

function validate ()
  {
   if (document.contact.name.value == "")
	{
	 alert ('Please enter Your NAME');
	 return false;
	}      
   if (document.contact.phone.value == "")
	{
	 alert ('Please enter Your PHONE Number');
	 return false;
	}

   if (document.contact.email.value == "")
	{
	 alert ('Please enter Your EMAIL Address');
	 return false;
	}
   if (document.contact.cell.value == "")
	{
	 alert ('Please enter Your Cell# (This will come in handy during th event too!');
	 return false;
	}
   if (document.contact.group.value == "")
	{
	 alert ('Please let us know which group you are with');
	 return false;
	}
    else
	return true;
}

// unhide -->
</script>


<SCRIPT LANGUAGE="JavaScript">
	<!-- Begin
	function ViewImage(ifile,ix,iy,ititle) { 
	var win;
	var sWidth;
	var sHeight;
	var NS = (document.layers) ? 1 : 0;
	win = window.open("","imageviewer","width="+ix+",height="+iy+",menubar=no,toolbar=no,left = 50,top = 50");

/*
	if (NS) {
	sWidth = win.innerWidth;
	sHeight = win.innerHeight;
	} else {
	sWidth = win.document.body.clientWidth;
	sHeight = win.document.body.clientHeight;
	}

	if(sWidth!=ix || sHeight!=iy) {
	win.close();
	setTimeout("ViewImage('"+ifile+"',"+ix+","+iy+",'"+ititle+"')", 250);
	return;
	}
*/
	win.document.open();
	win.document.write("<html><head><title>"+ititle+"</title>");
	win.document.write("</head><body bgcolor=#000000>");
	win.document.write('<div style="position:absolute;width:'+ix+'px;height:'+iy+'px;left:0px;top:0px">');
	win.document.write("<img src="+ifile+"></div></body></html>");
	win.document.close();
	}
/*
  This goes in the body:
<a href="javascript:ViewImage('http://img/large.jpg',576,303,'Description')"><img src="small.jpg" width=288 height=152 border=1></a>
or
<a href="javascript:ViewImage('http://img/large.jpg',576,303,'Description')">View the Picture</a>
*/
//  End -->
</script>
