// JavaScript Document
if (document.images) {
}
function di(id,name){
  if (document.images) {document.images[id].src=eval(name+".src"); }
}

// function that displays status bar message

function dm(msgStr) {
  document.returnValue = false;
  if (document.images) { 
     window.status = msgStr;
     document.returnValue = true;
  }
}
var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) { 
    window.status = msgStr;
    document.returnValue = true;
  }
}

function picpop(url) 
	{window.open(url,'','width=600,height=450,menubar=0,resizable=0,titlebar=0,scrollbars=0');}
function picpop(url) 
	{window.open(url,'','width=600,height=450,menubar=0,resizable=0,titlebar=0,scrollbars=0');}
function picpop(url) 
	{window.open(url,'','width=600,height=450,menubar=0,resizable=0,titlebar=0,scrollbars=0');}
function picpop(url) 
	{window.open(url,'','width=600,height=450,menubar=0,resizable=0,titlebar=0,scrollbars=0');}
function gpop(url) 
	{window.open(url,'','width=500,height=400,menubar=0,resizable=0,titlebar=0,scrollbars=0');}
function weatherpop(url) 
	{window.open(url,'','width=500,height=400,menubar=0,resizable=0,titlebar=0,scrollbars=1');}

function inCell(cell, newcolor) {
	if (!cell.contains(event.fromElement)) {
		cell.bgColor = newcolor;
	}
}

function outCell(cell, newcolor) {
	if (!cell.contains(event.toElement)) {
		cell.bgColor = newcolor;
	}
}
