
function gosee(form) {
selection = form.membersc.options[form.membersc.selectedIndex].value;
  //window.location=selection;
window.open(selection,"New")
}

function Standard(ID){
alert(ID);
}


function popWindow(filename, title, width, height) {
  NewWindow = window.open(filename, title, "width="+width+",height="+height+",resizable,scrollbars");

   if(!NewWindow.opener) {
     NewWindow.opener = self;
	  }	
	  NewWindow.focus();
	}

mail="http://www.fs-business.com/GlobalFiles/SendMail.asp?"
//mail="http://rgur/GlobalFiles/"
  
function popMail(filename) {
  NewWindow = window.open(filename);
   if(!NewWindow.opener) {
	  NewWindow.opener = self;
	  }	
	  NewWindow.focus();
	}

x="http://www.fs-business.com/MemberCenter/"
//x="http://rgur/MemberCenter/"

function Contact(url){
  window.open(x + "contact.asp?Page="+url);
}


// function to change background colour of leftmenu
function bg(obj,col) {
	//obj.style.backgroundColor = col;
	switch ( col ) {
		case 0:
			obj.style.backgroundColor = '#EEEEED';
			break;
		case 1:
			obj.style.backgroundColor = '#ffffff';
			break;
		case 2:
			obj.style.backgroundColor = '#ffffff';
			break;
		}
}


var OpSys = "Unknown"; 
var OpSysVer = " "; 
var OpSysSize; 
if (navigator.userAgent.indexOf('Win') != -1) { 
     OpSys = "Windows"; 
if (navigator.userAgent.indexOf('95') != -1) { 
       OpSysVer = "95"; 
     } else if (navigator.userAgent.indexOf('98') != -1) { 
       OpSysVer = "98";
       OpSysSize = 0; 
     } else if(navigator.userAgent.indexOf('NT 5.1') != -1) { 
       OpSysVer = "XP"; 
       OpSysSize = "30"; 
     } else if (navigator.userAgent.indexOf('ME') != -1) { 
       OpSysVer = "ME"; 
     } else if(navigator.userAgent.indexOf('NT 4.0') != -1) { 
       OpSysVer = "NT"; 
     }else if (navigator.userAgent.indexOf('NT 5.0') != -1) { 
       OpSysVer = "2000"; 
     } 
   } else if (navigator.userAgent.indexOf('Linux') != -1) { 
     OpSys = "Linux"; 
   } else if (navigator.userAgent.indexOf('Mac') != -1) { 
     OpSys = "Macintosh"; 
   } else if (navigator.userAgent.indexOf('SunOS') != -1) { 
     OpSys = "UNIX"; 
     OpSysVer = "SunOS"; 
   }
