var hideAd=0;
function layout()
{
document.write('
');
document.write('');
/* LINKS */
// removed
/* MIDDEN */
// removed
/* RECHTS */
document.write('');
document.write('

');
document.write('

');
document.write('
');
}
function OpenLongDescURL(url)
{
d = new Date();
win = window.open(url, d.getTime(), 'toolbar=0,location=0,status=1,menubar=0,scrollbars=1,resizable=0,height=450,width=700');
}
function OpenSmallInfo(title,info)
{
d = new Date();
win = window.open(shopurl + 'shopinfopopup.php?title='+title+'&info='+info, d.getTime(), 'toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,height=150,width=350');
}
function menu()
{
}
function printTrackerHeader(title)
{
document.write('' + title + '
');
}
function printForumTrackerItem(URL,date,longtitle,title,timestamp)
{
if (timestamp>lastvisit) {fclass='updtrnew';} else {fclass='updtr';}
document.write(date,' ',title,'
');
}
function printTrackerItem(URL,date,longtitle,title,timestamp)
{
if (timestamp>lastvisit) {fclass='updtrnew';} else {fclass='updtr';}
document.write(date,' ',title,'
');
}
function BrowserCheck() {
var b = navigator.appName;
if (b=="Netscape") this.b = "ns";
else if (b=="Microsoft Internet Explorer") this.b = "ie";
this.v = parseInt(navigator.appVersion);
this.ns4 = (this.b=="ns" && this.v<=4);
this.ie4 = (navigator.userAgent.indexOf('MSIE 4')>0);
this.ie5 = (navigator.userAgent.indexOf('MSIE 5')>0);
this.ie6 = (navigator.userAgent.indexOf('MSIE 6')>0);
this.moz = (this.b=="ns" && this.v>=5);
}
is = new BrowserCheck();
function show(id) {
if(document.getElementById(id))
document.getElementById(id).style.visibility = 'visible';
}
function hide(id) {
if(document.getElementById(id))
document.getElementById(id).style.visibility = 'hidden';
}
function hideall()
{
hide('m1'); hide('m2'); hide('m3'); hide('m4'); hide('m5'); hide('m6'); hide('m7');
}
function menuIn(divname)
{
hideall();
if (hideAd==1)
hide('ad');
show(divname);
}
function menuOut(divname)
{
hide(divname);
if (hideAd==1)
show('ad');
}
function ClassChange(divname, changeTo)
{
divname.className=changeTo;
}
function OpenPolicy(policy)
{
d = new Date();
win = window.open(policy, d.getTime(), 'toolbar=0,location=0,status=1,menubar=0,scrollbars=1,resizable=0,height=450,width=740');
}
function OpenProfile(profile)
{
d = new Date();
win = window.open(profile, d.getTime(), 'toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,height=450,width=400');
}
function OpenLogin(login)
{
d = new Date();
win = window.open(login, d.getTime(), 'toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,height=275,width=400');
}
function OpenReact(login)
{
d = new Date();
win = window.open(login, d.getTime(), 'toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,height=250,width=400');
}
function OpenPrint(URL)
{
d = new Date();
win = window.open(URL, d.getTime(), 'toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,height=275,width=550');
win.print();
}
function finishup()
{
if((document.getElementById('ad'))&&(document.getElementById('cache_ad'))) {
document.getElementById('ad').innerHTML=document.getElementById('cache_ad').innerHTML;
document.getElementById('cache_ad').innerHTML="";
}
if((document.getElementById('ad_rechts'))&&(document.getElementById('cache_ad_rechts'))) {
document.getElementById('ad_rechts').innerHTML=document.getElementById('cache_ad_rechts').innerHTML;
document.getElementById('cache_ad_rechts').innerHTML="";
}
if(document.getElementById('ad')) {
var regex=/(shockwave|flash|iframe|form)/gi;
if(regex.test(document.getElementById('ad').innerHTML)) {
hideAd=1;
}
}
}