// JavaScript Document


	function BrowserCan() 
	{ 
var x = navigator.userAgent.indexOf("Mozilla/"); if (x < 0) { return false; 
}
return (navigator.userAgent.substring(x+8,x+9)>=3); 
	}


	function windowOpentwo(windowname) 
	{ 
var thiswin=
open('',windowname,'width=450,height=300,scrollbars=yes'); if (thiswin.focus) thiswin.focus(); 
	}


     function newwindow() 
     { 
     window.open('http://www.nls.uk:8080/StyleServer/calcrgn?cat=Pont&item=/gord20.sid&style=maps.xsl&wid=400&hei=400&browser=win_ie&plugin=false','jav','width=500,height=500,resizable=yes'); 
     } 
 

     function newwindow2() 
     { 
     window.open('http://www.nls.uk:8080/StyleServer/calcrgn?cat=Pont&item=/gord20.sid&style=maps.xsl&wid=500&hei=500&browser=win_ie&plugin=false','jav','width=600,height=600,resizable=yes'); 
     } 


     function newwindow3() 
     { 
     window.open('http://www.nls.uk:8080/StyleServer/calcrgn?cat=Pont&item=/gord20.sid&style=maps.xsl&wid=700&hei=500&browser=win_ie&plugin=false','jav','width=800,height=600,resizable=yes'); 
     } 
     
