function isPPC() 
{
	if (navigator.appVersion.indexOf("PPC") != -1) 
		return true;
	else 
		return false;
}
if(isPPC()) 
{
	document.write('<A HREF=\"mailto:\?subject\=Here is information from kp films that might be of interest to you: ' + window.location + '\">EMAIL THIS<\/A>');
}
else 
{ 
	document.write('<A HREF=\"mailto:\?body\=Here is information from kp films that might be of interest to you: ' + window.location + '\">EMAIL THIS<\/A>');
}
 
