function edit(){
	
	document.edit.submit();	  
}

function advanced(){

	document.advanced.submit();	  
}

function home(){

	document.home.submit();	  
}


function logout(){

	document.logout.submit();	  
}

function changepass(){

	document.changepass.submit();	  
}

function matchesmy(){

	document.matchesmy.submit();	  
}

function lookingprofiles(){

	document.lookingprofiles.submit();	  
}

function mymember(){

	document.mymember.submit();	  
}

function mysavedprofiles(){


	document.mysavedprofiles.submit();	  
}


function album(){

	document.album.submit();	  
}

function getsuccess()
{
	document.getsuccess.submit();
}

function paymentplans()
{
	document.paymentplans.submit();
}

function memberabuse()
{
	document.memberabuse.submit();
}

function contactus()
{
	document.contactus.submit();
}

function category()
{
	document.category.submit();
}

function viewprofile()
{
	document.viewprofile.submit();
}

function editprofile()
{
	document.editprofile.submit();
}

function myprofile()
{
	document.myprofile.submit();
}

function send(){
	
	document.send.submit();	  
}

function retrivepreferredpartner(){
	
	document.retrivepreferredpartner.submit();	  
}