if (document.images)
{
  pic1= new Image(100,25); 
  pic1.src="images/boxCrimeBG-ON.gif"; 

  pic2= new Image(240,55); 
  pic2.src="images/boxEducationBG-ON.gif"; 

  pic3= new Image(88,31); 
  pic3.src="images/boxEmploymentBG-ON.gif"; 
}

function popUp(URL,myWidth,myHeight,myScroll) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars="+myScroll+",location=0,statusbar=0,menubar=0,resizable=0,width="+myWidth+",height="+myHeight+",left = 426,top = 282');");
}
	
function imgswap(name, type)  
{
	 
  eval(document.getElementById(name).setAttribute('src','images/btn/' +name+ '_' +type+ '.gif'));	
}

function goto(form) {
	var index=form.select.selectedIndex
		if (form.select.options[index].value != "0") {
		location=form.select.options[index].value;}
		}

