// JavaScript Document
function geturl(urls){
			window.open(urls,'_blank');
		}
