$(document).ready(function(){
	  $('.Literature select').change(function(){
window.open(this.options[this.selectedIndex].value, "", "")	 
	});
});
