<!-- Hiding from other browsers
    
if ((navigator.appName == "Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion) >= 4 ))
 {
		document.write('<STYLE type=\"text/css\"><!--');
		document.write('A:link	{color: rgb(0,0,255) }');
		document.write('A:visited	{color: rgb(91,0,91) }');
		document.write('A:hover	{color:red;} -->');
		document.write('</STYLE>');
	}

var clean=1

function pop( pageName ) {
  popup=open("def-" + pageName + ".htm", "popup", "width=400,height=200,resizeable=no,scrollbars=yes");
  clean=0;
}
function endpop() {
  if (clean!=1&&!popup.closed) {
    popup.close();
  }
}

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

if (window == top) top.location.href = "index2.htm";

// -->
