		
		//var currPage = "about";
		var currPage;

		if (document.images) {
			services_on = new Image;
			employers_on = new Image;
			seekers_on = new Image;
			contact_on = new Image;
			about_on = new Image;

			services_off = new Image;
			employers_off = new Image;
			seekers_off = new Image;
			contact_off = new Image;
			about_off = new Image;

			services_over = new Image;
			employers_over = new Image;
			seekers_over = new Image;
			contact_over = new Image;
			about_over = new Image;
		
			services_on.src = dir + "services_on.gif";
			employers_on.src = dir + "employers_on.gif";
			seekers_on.src = dir + "seekers_on.gif";
			contact_on.src = dir + "contact_on.gif";
			about_on.src = dir + "about_on.gif";

			services_off.src = dir + "services_off.gif";
			employers_off.src = dir + "employers_off.gif";
			seekers_off.src = dir + "seekers_off.gif";
			contact_off.src = dir + "contact_off.gif";
			about_off.src = dir + "about_off.gif";

			services_over.src = dir + "services_over.gif";
			employers_over.src = dir + "employers_over.gif";
			seekers_over.src = dir + "seekers_over.gif";
			contact_over.src = dir + "contact_over.gif";
			about_over.src = dir + "about_over.gif";
			
			//currPage = document.cite.page.value;
		}
		

		function resetMenu(onName) {
			if (document.images) {
				//document.about.src = about_off.src;
				//document.seekers.src = seekers_off.src;
				//document.employers.src = employers_off.src;
				//document.services.src = services_off.src;
				//document.contact.src = contact_off.src;
	
				currPage = onName;
				document[onName].src = eval(onName+"_on.src");
	
			}
		}
		
		
		function imgOver(onName) {
			currPage = document.cite.page.value;
			if (document.images && onName != currPage) {
			//if (document.images) {
				document[onName].src = eval(onName+"_over.src");
			}
		}
		
		function imgOut(onName) {
			currPage = document.cite.page.value;
			if (document.images && onName != currPage) {
				document[onName].src = eval(onName+"_off.src");
			}
		}

	

function jumpPage(newLoc) {
	newPage=newLoc.options[newLoc.selectedIndex].value;
	
	if (newPage != "") {
	parent.frame2.location.href=newPage;
	}
}
		
 function mOvr(src,clrOver){ 
 if (!src.contains(event.fromElement)){ 
 src.style.cursor = 'hand'; src.bgColor = clrOver; 
 } 
 } 
 function mOut(src,clrIn){ 
 if (!src.contains(event.toElement)){ 
 src.style.cursor = 'default'; 
 src.bgColor = clrIn; 
 } 
 } 
 function mClk(src){ 
 if(event.srcElement.tagName=='TD'){ 
 src.children.tags('A')[0].click(); 
 } 
 } 
 
function OpenPass()
{ 
window.open('login.asp','tag_win','top=100px,left=160px,width=420px,height=220px,toolbar=no,menubar=no,location=no,status=no,scrollbars=no');
}		

