/* 
	Created by Bluewire Media
	
	Project ID: AZ001
	
	Client: Sydney Yachts
	
	Account/Project Manager: Toby Jenkins
	Designer: David Atkinson
	Developer: Callam Porch
 
*/
		
function showImage(str){
	document.getElementById("gallery-feature").src = str;
}

//
// Hides Email Addresses From Spam
//
	function hideEmail(user,domain) {
	  locationstring = "mailto:" + user + "@" + domain;
	  window.location = locationstring;
	}
