function screenident (wo)
{
if(screen.width == "800"){
document.write('<link rel=stylesheet href='+wo+'/css/800.css>')
}
else if(screen.width >= "1024"){
document.write('<link rel=stylesheet href='+wo+'/css/1024.css>')
}
}

function InsertMail(mailnam,mailsvr,maildom,text)
{
  if(text=="")
    document.write('<a href="mailto:'+mailnam+'@'+mailsvr+'.'+maildom+'">'+mailnam+'@'+mailsvr+'.'+maildom+'</a>');
  else
    document.write('<a href="mailto:'+mailnam+'@'+mailsvr+'.'+maildom+'">'+text+'</a>');
}


function FramesetTest(d1) {
if (top.frames.length==0) {
  Address="http://www.bbz.edu/index.htm"+"?http://www.bbz.edu/"+d1;
  if(document.images) top.location.replace(Address);
  else top.location.href=Address;
  }
}

function FramesetTest2(d1,d2) {
if (top.frames.length==0) {
  Address="http://www.bbz.edu/index.htm?http://www.bbz.edu/web/infos/bibu.htm";
  if(document.images) top.location.replace(Address);
  else top.location.href=Address;
  }
}
