// JavaScript Document

function OptionLink(l){
	
	var m = document.getElementById(l).value;
	window.open(m,'blank');
	
}
