<!--;
	function toggledisp(e) {
		if (e.style.display == "none") {
			e.style.display = "";
		} else {
			e.style.display = "none";
		}
	}
	//-->
<!--
	
	function postform()
		{
		document.form.submit()
		}
	//-->
	
	// Default browser check
function checkBrowser()
{
    this.ver=navigator.appVersion
       this.dom=document.getElementById?1:0
       this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
       this.ie4=(document.all && !this.dom)?1:0;
       this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0;
       this.ns4=(document.layers && !this.dom)?1:0;
       this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5)
       return this
}

bw=new checkBrowser()
// Shows the invalid division
function show(div,nest)
{ 
        obj=bw.dom?document.getElementById(div).style:bw.ie4?document.all[div].style:bw.ns4?nest?document[nest].document[div]:document[div]:0; 
        obj.visibility='visible'
}

//Hides the div
function hide(div,nest)
{
       obj=bw.dom?document.getElementById(div).style:bw.ie4?document.all[div].style:bw.ns4?nest?document[nest].document[div]:document[div]:0; 
        obj.visibility='hidden'
}

function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=356,height=501,scrollbars=no');
return false;
}

function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=356,height=501,scrollbars=no');
return false;
}

function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=356,height=501,scrollbars=no');
return false;
}

function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=356,height=501,scrollbars=no');
return false;
}

function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=356,height=501,scrollbars=no');
return false;
}

function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=356,height=501,scrollbars=no');
return false;
}

function openWin1()  {
  url = "starters.html"                //Set address of new window
  var height = 400                       //Set height
  var width = 400                        //Set width
  var name = "winname"             //Set window name
  var top = 20                            //Set distance from top
  var left = 20                            //Set distance from bottom
  newwin=window.open(url, name, "fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no,width=" + width + ",height=" + height + ",left=" + left + ",top=" + top);
}

function popitup(url)
{
	newwindow=window.open(url,'name','height=600,width=406');
	if (window.focus) {newwindow.focus()}
	return false;
}