// geographic.js
function popIndustryExplain(){
		msgWindow=window.open("", "", "height=180,width=500,scrollbars,resizable")
		msgWindow.document.write("<head><title>Industry and Function Choices</title></head>")
		msgWindow.document.write("<html><body><p><font color=555555 face=verdana, sans-serif; size=2><b>Industry and Function Choices</b></p><p><font color=555555 face=verdana, sans-serif; size=2>If you do not select a function, all functions, within the industry you selected will be shown. If you leave the industry as 'All Industries' and select a function, jobs for that function in all industries will be shown.</p><form><center><input type='button' value='Close' onClick='self.close()'> </center></font></body></html>")
	}
function popGeoPreference(){
		msgWindow=window.open("", "", "height=380,width=500,scrollbars,resizable")
		msgWindow.document.write("<head><title>Geographic Preference</title></head>")
		msgWindow.document.write("<html><body><p><font color=555555 face=verdana, sans-serif; size=2>You are able to search geographically.</p><p><font color=555555 face=verdana, sans-serif; size=2>RiteSite recommends that you <b>do not</b> do so.</p><p><b>Reason:</b>  If you ask to see only jobs in your location, you could actually prevent our showing you an ideal local job.</p><p>Here’s why. Recruiters and employers who don’t want to reveal a job’s location can mark it &quot;Confidential.&quot;  If they do, then we cannot display it when asked for jobs where it’s located.   By asking to see only local jobs, you’ve prevented our showing it to you.</p><p><b>SUGGESTION:</b> Do two searches.  On one, don’t state your preference.  Don’t make us hide the &quot;Confidential&quot; jobs located where you’d like to work.  On a second search, DO specify your geographic target.  Be alerted to any jobs that openly specify your location.</p><form><center><input type='button' value='Close' onClick='self.close()'> </center></font></body></html>")
	}
function popRegion(){
	msgWindow=window.open("/gbl/region.html", "", "height=500,width=800,scrollbars,resizable")
};