function legendPopWindow (url){
	popupWin = window.open('', 'legend1', 'scrollbars=yes,resizable=no,toolbar=no,width=450,height=410,left=10,top=10,screenX=10,screenY=10');
	popupWin.location=url;
}

function legendWinInit(){
	self.focus();
	
}


