// JavaScript Document
// Website files designed and built by Bewebsmart UK Designs, 2009
// This file is copyright and Bewebsmart is a UK registered trademark

// Set Global Variables for the Website

	
// Variables for AddMailAddress function
	var mail_prefix = "trishem";
	var mail_suffix = "btinternet.com";
	// Variable for Text based URL (as appears on web page)
	var mail_url_text = "email";
	var mail_url_title = "Click to email TE Fotos and Frames";
	
	var mail_url_text2 = "trishem@btinternet.com";

// Variables for MailAFriend and MailAFriendIMG functions
var mailafriendSubject = 'Interesting Web Page from TE Fotos and Frames website'; 
var mailafriendTitle = 'Email this website to a friend';
var mailafriendBody    = 'Hi, this might interest you: ' + location.href; 
var mailafriendDisplay = 'Email this page to a friend';

// Variables for MailAFriendIMG function
var mailafriendIMG = '<img src="images/teff2_email_a_friend.jpg" alt="Email this page to a friend" />';

// End of Javascript File
