function StatusText(Text){
status=Text;
document.returnValue = true;
}
function WindOpen(U,W,H){
var Num = Math.random();
Num = (Num*1000);
Num = Math.round(Num);
window.open(U,'Win'+Num,'width='+W+',height='+H);
}
function OpenCart(){
window.open('/bestellung.php','Bestellung','width=700,height=500,scrollbars=yes');
}
function addToFavorite(favTitle){
if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) {
window.external.AddFavorite(location.href, unescape(favTitle));
}
}
// Bilder nach Zufall
// hier die Anzahl der bilder eintragen
var number = 2;
var bildsrc="";
var text_farbe="";
var bild_text="";
// zufallszahl
today=new Date();
wj_zufall=today.getTime();
var random_number="";
var ia=9301;
var ic=49297;
var im=233280;
wj_zufall = (wj_zufall*ia+ic) % im;
random_number = Math.ceil( (wj_zufall/(im*1.0)) *number);
/*
läd image-src, text, textfarbe
ab hier für die bilder jedesmal 3 Angaben
textfarbe, bildadresse, beschreibungstext
*/
if (random_number==1) {
text_farbe="";
bildsrc="http://www.novumverlag.at/images/eyecatcher/fe00.jpg";
bildsrc2="http://www.novumverlag.at/images/eyecatcher/bb00.jpg";
bild_text="";
}
if (random_number==2) {
text_farbe="";
bildsrc="http://www.novumverlag.at/images/eyecatcher/fe01.jpg";
bildsrc2="http://www.novumverlag.at/images/eyecatcher/bb01.jpg";
bild_text="";
}
function bildplustext() {
document.write('
');
return true;
}
function bildplus() {
document.write('
');
return true;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i");
document.write(e);
document.write("");
}