function help(){
	var addr, addr1, ses;
		
	addr = document.passwdform.addr.value ;
	
	
	if (addr == 'msginvitation')
	{
	ses = document.passwdform.fromwhere.value
	//alert(ses)
		if (ses == 999)
		{
		addr= "memberscontact_help.asp";
		window.open (addr,"", "toolbar=no, width=900 ,height=500, resizable=yes, scrollbars=yes");
		}
		else if (ses== 444)
		{
		addr= "messagescontact_help.asp";
		window.open (addr,"", "toolbar=no, width=900 ,height=500, resizable=yes, scrollbars=yes");
		}
		else
		{
		addr= "msginvitation_help.asp";
		window.open (addr,"", "toolbar=no, width=900 ,height=500, resizable=yes, scrollbars=yes");
		}
		
	}
	else if (addr == 'thanksmsginvitation')
	{
	ses = document.passwdform.fromwhere.value

		if (ses == 999)
		{
		addr= "thanksmsginvitation_help.asp?fromwhere=999";
		window.open (addr,"", "toolbar=no, width=900 ,height=500, resizable=yes, scrollbars=yes");
		}
		else if (ses== 444)
		{
		addr= "thanksmsginvitation_help.asp?fromwhere=444";
		window.open (addr,"", "toolbar=no, width=900 ,height=500, resizable=yes, scrollbars=yes");
		}
		else
		{
		addr= "thanksmsginvitation_help.asp?fromwhere=0";
		window.open (addr,"", "toolbar=no, width=900 ,height=500, resizable=yes, scrollbars=yes");
		}
		
	}
	else
	{
	addr= addr + "_help.asp?page=1";
	location.href = addr;
	//window.open (addr,"", "toolbar=no, width= 900 ,height=500, resizable=yes, location=yes, scrollbars=yes");	}
}