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

// Set Global Variables for the Website
	
// Variables for AddMailAddress function
	var mail_prefix = "sunwold123";
	var mail_suffix = "live.co.uk";
	// Variable for Text based URL (as appears on web page)
	var mail_url_text = "<em>e</em>-mail us";
	// Variables for Image based URL (image properties for web page)
//	var mail_url_img_src = " ";
//	var mail_url_img_width = " ";
//	var mail_url_img_height = " ";

// Variables for PreventImageCopy function
//	var prevent_image_copy_message = "Images are Copyright. Right mouse button disabled to prevent image copying.";
	
// End of Javascript File