<!--

if (document.images)
		{
				button0_on = new Image();
				button0_on.src = "images/logo_on.gif";
				button1_on = new Image();
				button1_on.src = "images/buy_on.gif";
				button2_on = new Image();
				button2_on.src = "images/why_on.gif";
				button3_on = new Image();
				button3_on.src = "images/101_on.gif";
				button4_on = new Image();
				button4_on.src = "images/abo_on.gif";
				button5_on = new Image();
				button5_on.src = "images/con_on.gif";
				button13_on = new Image();
				button13_on.src = "images/news_on.gif";

				button6_on = new Image();
				button6_on.src = "images/adv_on.gif";
				button7_on = new Image();
				button7_on.src = "images/top_on.gif";


				button0_off = new Image();
				button0_off.src = "images/logo_off.gif";
				button1_off = new Image();
				button1_off.src = "images/buy_off.gif";
				button2_off = new Image();
				button2_off.src = "images/why_off.gif";
				button3_off = new Image();
				button3_off.src = "images/101_off.gif";
				button4_off = new Image();
				button4_off.src = "images/abo_off.gif";
				button5_off = new Image();
				button5_off.src = "images/con_off.gif";
				button13_off = new Image();
				button13_off.src = "images/news_off.gif";

				button6_off = new Image();
				button6_off.src = "images/adv_off.gif";
				button7_off = new Image();
				button7_off.src = "images/top_off.gif";
		}

function on(imgName)
{ if (document.images)
		{ document[imgName].src = eval(imgName + "_on.src"); }
		}

function off(imgName)
{ if (document.images)
		{ document[imgName].src = eval(imgName + "_off.src"); }
		}

onerror=null;

Today = new Date();
TodayDay = Today.getDate();
TodayMon = Today.getMonth();
TodayYear = Today.getYear();
if (TodayYear < 2000) TodayYear += 1900;

if (TodayMon == 0) { TodayMonth = "January"; } 
else if (TodayMon == 1) { TodayMonth = "February"; }
else if (TodayMon == 2) { TodayMonth = "March"; }
else if (TodayMon == 3) { TodayMonth = "April"; }
else if (TodayMon == 4) { TodayMonth = "May"; }
else if (TodayMon == 5) { TodayMonth = "June"; }
else if (TodayMon == 6) { TodayMonth = "July"; }
else if (TodayMon == 7) { TodayMonth = "August"; }
else if (TodayMon == 8) { TodayMonth = "September"; }
else if (TodayMon == 9) { TodayMonth = "October"; }
else if (TodayMon == 10) { TodayMonth = "November"; }
else if (TodayMon == 11) { TodayMonth = "December"; }
else { TodayMonth = TodayMon; }








//launches each pop up window
function launchl0() {
   win = window.open("large_dow.html","l0","toolbar=no,width=600,height=500,directories=no,status=no,scrollbars=no,resize=no,menubar=no,location=no,copyhistory=no");
  if (navigator.userAgent.substring(0,9) >= "Mozilla/4") {
     win.moveTo((40), (40));
  }
  win.focus();
}

function launchl1() {
   win = window.open("gold_lend.html","l0","toolbar=no,width=600,height=500,directories=no,status=no,scrollbars=no,resize=no,menubar=no,location=no,copyhistory=no");
  if (navigator.userAgent.substring(0,9) >= "Mozilla/4") {
     win.moveTo((40), (40));
  }
  win.focus();
}

function launchl2() {
   win = window.open("supply_demand.html","l0","toolbar=no,width=600,height=500,directories=no,status=no,scrollbars=no,resize=no,menubar=no,location=no,copyhistory=no");
  if (navigator.userAgent.substring(0,9) >= "Mozilla/4") {
     win.moveTo((40), (40));
  }
  win.focus();
}

function launchl3() {
   win = window.open("gold_stocks.html","l0","toolbar=no,width=660,height=500,directories=no,status=no,scrollbars=no,resize=no,menubar=no,location=no,copyhistory=no");
  if (navigator.userAgent.substring(0,9) >= "Mozilla/4") {
     win.moveTo((40), (40));
  }
  win.focus();
}

function launchl4() {
   win = window.open("gold_compare.html","l0","toolbar=no,width=660,height=500,directories=no,status=no,scrollbars=no,resize=no,menubar=no,location=no,copyhistory=no");
  if (navigator.userAgent.substring(0,9) >= "Mozilla/4") {
     win.moveTo((40), (40));
  }
  win.focus();
}





//-->