/////////////////////////////////////////////////////////////////////////////////////////
// Function:  MailMe
// Arguments: domainName
// Comments:  Call this function from any page on a PTO site to popup the Mail a Friend
//			  page
//

function MailMe( domainName )
{
	open( "/data/mailme.asp?RefererURL=" + document.location, "MailMePage", "scrollbars=yes,width=440,height=400,status=0,toolbar=0,menubar=0,resizable=1,top=0,left=0");
}	

//
/////////////////////////////////////////////////////////////////////////////////////////

