// JavaScript Document
$(function(){
	$("#indexLocaMap a, #locaMap a, #staffnoteOther #staffnoteLoca a").click(function(){
		winloca =window.open(this.href, 'locamap','width=800,height=500,left=0,top=0,scrollbars=no,resizable=yes');
		winloca.focus();
		return false;
	});
	
});
		
	
