function LMACL_bounce(obj, qsl,target){ 
	if(obj.options[obj.selectedIndex].value != "-") document.location = target +"&"+qsl+"="+obj.options[obj.selectedIndex].value; 
}
