function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}
	 /* LISTBOX - JUMP-TO */ 

function redirection(value) {  
    openwin(value)
    
	//obj = MM_findObj('wwtoolbar:PresentationModeControlsContainer:wwtoolbarddl');
	//alert(value);
		//if (obj.options[obj.selectedIndex].value != "no_jump"){
		//	url=obj.options[obj.selectedIndex].value;
			//openwin(url);			
	//		}
}
