//used on browse.html
<!--

/*

Screen resolution detecter script: By Website Abstraction (www.wsabstract.com) More free scripts here! Note: Credit must stay intact for use.

*/

var correctwidth=800
var correctheight=600
if (screen.width<correctwidth||screen.height<correctheight)
document.write("Britons4Peace is bested viewed with resolution "+correctwidth+"x"+correctheight+". If possible, please change to 800x600.")
if (screen.width>correctwidth||screen.height>correctheight)
document.write("Britons4Peace is bested viewed with resolution "+correctwidth+"x"+correctheight+". If possible, please change to 800x600.")
//-->