function NewWindow(argURL,width,height) {
	var agt=navigator.userAgent.toLowerCase();
	var is_major = parseInt(navigator.appVersion);
	var is_minor = parseFloat(navigator.appVersion);
	var is_nav  = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1)
		&& (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1)
		&& (agt.indexOf('webtv')==-1));
	var is_ie   = (agt.indexOf("msie") != -1);
	var is_ie3  = (is_ie && (is_major < 4));
	var is_ie4  = (is_ie && (is_major == 4) && (agt.indexOf("msie 5")==-1) );
	var is_ie5up  = (is_ie  && !is_ie3 && !is_ie4);
	var is_mac    = (agt.indexOf("mac")!=-1);
	if (is_mac)
	{
	displaypopup = 	window.open(argURL,'Display','resizable,scrollbars,width=1600,height=1200,left=0,top=0');
	}
	else if (!is_nav && !is_ie5up)
	{
	displaypopup = 	window.open(argURL,'Display','resizable,scrollbars,width=1600,height=1200,left=0,top=0');
	}
	else
	{
	displaypopup = 	window.open("",'Display','resizable,1600,1200,left=0,top=0');
	displaypopup.close();
	displaypopup = 	window.open(argURL,'Display','resizable,scrollbars,width=2000,height=1600,left=0,top=0');
	displaypopup.focus();
	}
	}
Today= new Date();
function PrintSec() {
document.write('<img src="' + Theme + Today.getSeconds() + '.jpg" height="340" hspace="40" vspace="8" border="0" title="Click here to explore more than 3000 pictures and pages of text about the Forest of Dean." align="top" valign="top">'); // Seconds
}

