<!--  


function redirect(urlobject) {
 var urlint = urlobject.selectedIndex;
 var numurls = urlobject.length;
 location = urlobject.options[urlint].value;
}

function pop_up(location,width,height) {	
 window.open( location , 'pop_up_window' , eval("'status=no,location=no,menubar=no,toolbar=no,resizable=no,scrollbars=no," + "width=" + width + ",height=" + height + "'"));
}

defaultStatus = '';



// -->