function CloseIt(){
	ShutIt=window.close( );
}
function BuOver(elem){
	elem.style.backgroundColor = "#ffffff";
	elem.style.cursor = 'hand'
	
}
function BuOut(elem){
	elem.style.backgroundColor = "#000066";
}
function display(url, width, height){
    var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,top=10,left=40,menubar=no,status=no' );
}
function results(url, width, height){
    var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,top=10,left=40,menubar=no,status=no' );
}
function subinawin(){ 
	window.open('newsletter/client/addmember.asp', 'AfricanExposure', 'scrollbars=0,status=0,toolbar=0,resizable=0,width=520,height=450,top=150,left=150'); 
}
function Keys(){
	window.open("admin/index.asp","Admin","width=793,height=510,resizable=yes, scrollbars=yes, top=10, left=40, menubar=no, status=no'");
}
function Handicaps(){
	window.open("handicaps","Admin","width=800,height=600,resizable=yes, scrollbars=yes, top=10, left=40, menubar=no, status=no'");
}
function openWin(theURL,winName,features) {
  	window.open(theURL,winName,features);
}
function ToggleInterestON(){
	document.getElementById('interesttable').style.visibility='visible';
	document.getElementById('interestbg').style.height='170';
	document.getElementById('toggleinton').checked=true;
}
function ToggleInterestOFF(){
	document.getElementById('interesttable').style.visibility='hidden';
	document.getElementById('interestbg').style.height='0';
	document.getElementById('toggleintoff').checked=true;
}
