<!--
//*****************************************************************************
 function showSelection(objectname){
    
	   
		for (var i=0; i<objectname.length; i++){
		if (objectname.options[i].selected) {
		location= objectname.options[i].value;
			              
			
		}  

	}
	   
}       


        

        
//*****************************************************************************

//-->
//end script -->
