
if ((navigator.appVersion.substring(0,1) == "3") && (navigator.appName == "Netscape"))
	{
    document.write('<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#003366" VLINK="#666666" BACKGROUND="media/shared/bg_nn3.gif">');
  	}

// Turn em' on
function imgOn(imgName) 
{
        if (document.images) 
		{
            document.images[imgName].src = eval(imgName + "on.src");
        }
}

// Turn em' off
function imgOff(imgName) 
{
        if (document.images) 
		{
            document.images[imgName].src = eval(imgName + "off.src");
        }
}

function moreInfo2(info) {
      helpWin=window.open("","helpwin","width=300,height=200,status=1,scrollbars=1");
      helpWin.document.open();
      helpWin.document.write('<HTML><HEAD>');
      helpWin.document.write('<TITLE>Career Cruising : Like and Dislikes</TITLE>');
      helpWin.document.write('</HEAD><BODY BGCOLOR=FFFFCC TEXT=000000>');
      helpWin.document.write('<TABLE BORDER=0 HEIGHT=100% WIDTH=100%><TR><TD>');
      helpWin.document.write('<FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE=1>' +info+ '</FONT>');
      helpWin.document.write('<P><CENTER><FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE=1><A HREF="javascript:self.close()">Close Window</FONT></CENTER></P>');
      helpWin.document.write('</TD></TR></TABLE>');
      helpWin.document.write('</BODY></HTML>');
      helpWin.document.close();
}

