LogIn | '+anrede+' (Timeout)';}
else {retwert=' LogOut | '+anrede;}
}
document.write(''+retwert+' ');
}
function LogOut()
{
if(confirm('Händlersession beenden ?'))
{
parent.setwfd(52,"");
parent.setwfd(53,"");
// parent.applet.location.reload();
parent.location.replace('/shop/neu/index_neu.htm');
}
}
function WechsleDetailBild(text)
{
document.getElementById('Detailbild').src=text
}
function ZoomLupe(text)
{
text='/cgi-bin/ZoomDetailFenster.pl?Bild='+text;
window.open(text,'_blank','resizable=yes, dependent=yes, width=480, height=480, top=200, left=200, innerWidth=480, innerHeight=480')
}
function PC_aus(frage)
{
start='Nein';
if(frage=='Ja')
{
if(confirm('Wenn Sie den PC-Modus ausschalten werden alle Komponenten im Wunsch-PC sowie der gesamte Warenkorb gelöscht! Möchten Sie fortfahren?')) {start='Ja';}
}
else
{
start='Ja';
alert('Für diese Funktion muss der PC-Modus deaktiviert werden.\nAlle im PC/Warenkorb befindlichen Artikel werden gelöscht.');
}
if(start=='Ja')
{
var bkorb=new Array();
parent.setKorb(bkorb);
parent.setwfd(41,'Korb');
parent.banner.location.reload();
parent.balken.location.reload();
parent.applet.location.replace('/shop/neu/APPLET4.HTM?Zielname=Shop');
}
}
function wechsBildEinblenden(x)
{
id=x; var werte=new Array(); werte=wechsBilder[id].split("|");
bild=werte[0]; link=werte[1]; dauer=werte[2]; tar=werte[3]; text=werte[4]; utext=werte[5];
ZielObjekt("wZelle").style.backgroundColor="white";
ZielObjekt("wTabelle").style.backgroundImage="url("+bild+")";
ZielObjekt("wLink").href=link;
ZielObjekt("wLink").target=tar;
if(link=="")
{
ZielObjekt("wLink").href="javascript:DummyLink()";
ZielObjekt("wLink").target="";
ZielObjekt("wLink").style.cursor="default";
}
else
{
ZielObjekt("wLink").style.cursor="pointer";
}
ZielObjekt("wLink").title=text;
ZielObjekt("wText").innerHTML=utext;
hell=0; window.setTimeout("wechsBildHeller(id,dauer)",10);
}
function wechsBildAusblenden(x)
{
hell=100; window.setTimeout("wechsBildDunkler(id)",10);
}
function wechsBildDunkler(id)
{
lfn=id;
if(hell>0)
{
hell-=10;
if(navigator.appName=="Microsoft Internet Explorer"){h=100-hell; ZielObjekt("wZelle").style.filter="Alpha(opacity="+h+", finishopacity="+h+", style=0)";}
else{t=1-(hell/100); ZielObjekt("wZelle").style.backgroundColor="rgba(255,255,255,"+t+")";}
window.setTimeout("wechsBildDunkler(lfn)",10);
}
else
{
n=lfn+1; if(n>wechsBilder.length-1){n=0}
wechsBildEinblenden(n);
}
}
function wechsBildHeller(id,d)
{
lfn=id; dauer=d;
if(hell<100)
{
hell+=4;
if(navigator.appName=="Microsoft Internet Explorer"){h=100-hell; ZielObjekt("wZelle").style.filter="Alpha(opacity="+h+", finishopacity="+h+", style=0)";}
else{t=1-(hell/100); ZielObjekt("wZelle").style.backgroundColor="rgba(255,255,255,"+t+")";}
window.setTimeout("wechsBildHeller(lfn,dauer)",10);
}
else{zeit=dauer*1000; window.setTimeout("wechsBildAusblenden(lfn)",zeit);}
}
function wechsBilderBereich(x,y,z)
{
wechsBilder=new Array();
document.writeln('');
document.writeln(' | ');
document.writeln('| | ');
document.writeln(' ');
}
function Transparenz(id,css,r,g,b,t)
{
if(navigator.appName=="Microsoft Internet Explorer")
{
h=Math.floor(100*t);
ZielObjekt(id).style[css]="rgb("+r+","+g+","+b+")";
ZielObjekt(id).style.filter="Alpha(opacity="+h+", finishopacity="+h+", style=0)";
}
else
{
ZielObjekt(id).style[css]="rgba("+r+","+g+","+b+","+t+")";
}
}
function SchreibeWerbung()
{
if(parent.getwfd(78)==0){document.write(' ');}
document.writeln('');
// Sektion sonstiges
// Weihnachtsöffnungszeiten
// document.writeln('
');
// document.writeln(' | ');
// document.writeln(' | ');
// document.writeln('| Wegen Umbaumaßnahmen bleibt die Filiale CityStore am Samstag, den 19.06.2010 geschlossen ! |
| ');
document.writeln(' | ');
// document.writeln(' | ');
if(parent.getwfd(79)=="1")
{
document.writeln(' | ');
}
if(parent.getwfd(87)=="on")
{
document.writeln(' | ');
}
document.writeln(' ');
} |