// (c) 2003 by aignerproduce.de
//     all rights reserved
///////////////////////////////
if(window==window.top)top.location.href="http://www.biaffin.com/Englisch";
function doprint()

{
if(parent.framemid.document.getElementById('prnt'))
{
var t=parent.framemid.document.title
var b=parent.framemid.document.getElementById('prnt').style.backgroundColor
parent.framemid.document.getElementById('prnt').style.backgroundColor='#FFFFFF'
parent.framemid.document.title="|BIAFFIN|Heinrich-Plett-Str. 40|D-34109 Kassel|Tel+Fax:+49(0)700-0 2423346|"
parent.framemid.focus()
if(document.all)print(t+parent.framemid.document.getElementById('prnt').innerHTML);else parent.framemid.window.print()
parent.framemid.document.title=t
parent.framemid.document.getElementById('prnt').style.backgroundColor=b
}
}
function dno(a){return false}
function omd(e)
{
if(e.which==1)
{
window.captureEvents(Event.MOUSEMOVE);
window.onmousemove=dno
}
}
function omu(e)
{
if(e.which==1)
{
window.releaseEvents(Event.MOUSEMOVE);
window.onmousemove=null
}
}
if(document.all)
{document.onselectstart=dno}
if(document.layers)
{window.captureEvents(Event.MOUSEUP|Event.MOUSEDOWN);
window.onmousedown=omd;
window.onmouseup=omu}
if((document.getElementById)&&(!document.all))
{
document.onmousedown=dno
}
