//forcing Frames

var RegExpIndex=/index/;
var topLoc = top.location.href ;
if (topLoc.match(RegExpIndex) == null) {top.location.href="http://www.botgenes.com" }

//mail

function doMail(langMail) {
var em1 = "info";
var em2 = "botgenes.com";
var anchortext = em1+"@" + em2;
document.getElementById(langMail).innerHTML="<a href=" + "mail" + "to:" + em1 + "@" + em2 + ">" + anchortext + "</a>";
}
