function ShowPhoto(url) { window.open(url, 'AndePhotos', 'width=570,height=490'); } // hide email address/mailto link from non-JavaScript-aware crawlers var lhs = "kande"; // change this to your username/alias var rhs = "igc.org"; // change this to your domain function print_mail_to_link() { document.write("kande@igc.org<\/a>"); } function print_e_mail_address() { document.write(lhs + "@" + rhs); } // end hide email address/mailto link from non-JavaScript-aware browsers