function angbchem( addr ) {
    var email = addr.replace('s#', 'fo@' );
	email = email.replace('org', 'com' );
    window.location= "mailto:" + email + "?subject=Booking enquiry from www.angelsbeach.com";
 }