function roll (m,x,n) {
	if (m=="on")  {
			document["btn"+x].src	= "images/"+n+"_on.gif"; 
		}
		else {
			document["btn"+x].src	= "images/"+n+"_off.gif";   
		}
}


function launchApp () 
{
var optionsString = "width=975,height=850,innerWidth=975,innerHeight=850,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes";
		// Open the window
		window.open("https://assistant.eliteconnections.biz" , 'ecadmin', optionsString);
}

function launchAppIP () 
{
var optionsString = "width=900,height=750,innerWidth=900,innerHeight=750,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes";
		// Open the window
		window.open("https://assistant.eliteconnections.biz/account_create.aspx?ip=true" , 'ecadmin', optionsString);
		//window.open("http://jpeliteassistant.urmy.net/account_create.aspx?ip=true" , 'ecadmin', optionsString);
}


function getAbout(title,pagename)
	{
		// set the window options
		var optionsString = "width=650,height=500,innerWidth=650,innerHeight=500,scrollbars=yes";
		// Open the window
		window.open("https://assistant.eliteconnections.biz/aboutthispage.aspx?title="+title+"&pagename="+pagename , 'About', optionsString);
	}
