// JavaScript Document

function moreIndustryPop(url){

var nextWindow = window.open(url,"");
		nextWindow.focus();
	
}

