function mOver(src,clrOver) {
		src.bgColor = clrOver;
}
	
function mOut(src,clrIn) {
		src.bgColor = clrIn;
}

function LittelWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

function go(){
if (document.jumpto.pids.options[document.jumpto.pids.selectedIndex].value != "none") {
location = document.jumpto.pids.options[document.jumpto.pids.selectedIndex].value
   }
}

function go_side(){
if (document.sidemenu.start_side_pic.options[document.sidemenu.start_side_pic.selectedIndex].value != "none") {
location = document.sidemenu.start_side_pic.options[document.sidemenu.start_side_pic.selectedIndex].value
   }
}