<!-- 
function goMyAccountPage() {
window.location = "http://www.pointofgrace.com/site/index.php?option=com_content&task=view&id=502&Itemid=133"
}


function launchlogin(){

window.open("https://integration.fellowshipone.com/integration/login.aspx?cCode=KOTM8KpFWuDWjUPKMmN7Jw==", "","width=600,height=600,top=100,left=100,resizeable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,location=no")
}

function launchPassword(){

window.open("https://integration.fellowshipone.com/integration/loginhelp.aspx?cCode=KOTM8KpFWuDWjUPKMmN7Jw==", "","width=600,height=600,top=100,left=100,resizeable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,location=no")
}

function launchPassChange(){

window.open("https://integration.fellowshipone.com/integration/resetpassword.aspx?cCode=KOTM8KpFWuDWjUPKMmN7Jw==", "","width=600,height=600,top=100,left=100,resizeable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,location=no")
}

function launchUserID(){

window.open("https://integration.fellowshipone.com/integration/loginhelp.aspx?cCode=KOTM8KpFWuDWjUPKMmN7Jw==", "","width=600,height=600,top=100,left=100,resizeable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,location=no")
}


function launchgiving(code){
	if(document.getElementById("sessid").value == "")
	{
		//If the user is not logged in then they have to do that first
		siteLogIn(code,"launchgiving");
	}
	else
	{
		id = document.getElementById("sessid").value;
		window.open("https://integration.fellowshipone.com/integration/contribution/onlinecontribution.aspx?cCode=KOTM8KpFWuDWjUPKMmN7Jw==&icode=" + id, "","width=600,height=600,top=100,left=100,resizeable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,location=no")
// 		document.location = document.location;
	}
}

function launchlogout(){
window.open("https://integration.fellowshipone.com/integration/logout.aspx?cCode=KOTM8KpFWuDWjUPKMmN7Jw==", "","width=600,height=600,top=100,left=100,resizeable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,location=no")
}

function launchgroupfinder(){
window.open("https://integration.fellowshipone.com/integration/activityfinder/activityfinder.aspx?cCode=KOTM8KpFWuDWjUPKMmN7Jw==&mCode=rLpVwLf/q/rOI6A2GIxvkg==&aCode=av+jhFfeZ8ftZY8hx6dlLw==", "","width=620,height=630,top=100,left=100,resizeable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,location=no")
}

//function launchregistration(){
//window.open("https://integration.fellowshipone.com/integration/registration/eventregistration.aspx?cCode=KOTM8KpFWuDWjUPKMmN7Jw==&fCode=", "","width=600,height=600,top=100,left=100,resizeable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,location=no")
//}

function launchregistration(code){
	if(document.getElementById("sessid").value == "")
	{
		//If the user is not logged in then they have to do that first
		siteLogIn(code,"launchregistration");
	}
	else
	{
		id = document.getElementById("sessid").value;
		window.open("https://integration.fellowshipone.com/integration/FormBuilder/FormBuilder.aspx?cCode=KOTM8KpFWuDWjUPKMmN7Jw==&fCode=" + code + "&icode=" + id, "","width=620,height=630,top=100,left=100,resizeable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,location=no")
// 		document.location = document.location;
	}
}

function launchvolunteer(code){
	if(document.getElementById("sessid").value == "")
	{
		//If the user is not logged in then they have to do that first
		siteLogIn(code,"launchvolunteer");
	}
	else
	{
		id = document.getElementById("sessid").value;
		window.open("https://integration.fellowshipone.com/integration/volunteer/volunteerapplication.aspx?cCode=KOTM8KpFWuDWjUPKMmN7Jw==&appCode=" + code + "&icode=" + id, "","width=620,height=630,top=100,left=100,resizeable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,location=no")
// 		document.location = document.location;
	}
}

function launchgroupmanager(){
window.open("https://integration.fellowshipone.com/integration/smallgroup/sgmembers.aspx?cCode=KOTM8KpFWuDWjUPKMmN7Jw==&aCode=av+jhFfeZ8ftZY8hx6dlLw==", "","width=620,height=630,top=100,left=100,resizeable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,location=no")
}

function launchcontact(code){
window.open("https://integration.fellowshipone.com/integration/contact/onlinecontact.aspx?cCode=KOTM8KpFWuDWjUPKMmN7Jw==&ctCode=" + code, "","width=620,height=630,top=100,left=100,resizeable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,location=no")
}

function relaunch( tcode, tfunc, user, ref ) {
	
	if(ref == "loginparse") {
		
		removereferpage();
		window[tfunc](tcode);
		
	}
}


function removereferpage() {
	
	var mydate = new Date();
	mydate.setTime(mydate.getTime() - 1);
	document.cookie = "referpage=; expires=; path=/;";

}
