/*   IGOR Standard Javascript f. Netscrape 3.x - 6.x und alle IE ab Version 3
Revision: 4.0.003
Datum: 15.01.2006
Copyright (c) 1996-2006 ecw - electronic commerce & web: http://top-com.com/  office@top-com.com
*/
var myziel='main1'; var mydomain='www.blumenzustellung.at/';
var timerID=0;var locStr2=">    ";var locStr1=" "; var move=0;
var t0='<TABLE WIDTH=130 STYLE=\"border: 3px solid #ff0000; background-color:#ffff00\"><TR><TD CLASS=\"tabl\">';
var t1='</TD></TR></TABLE>';
var ie5=(document.all && document.getElementById) ? true : false;
var ie55=(document.all && document.getElementById && navigator.appVersion.indexOf('MSIE 5.0')==-1) ? true : false;
var ie4=(document.all && !document.getElementById) ? true : false;
var ns4=(document.layers) ? true : false;
var ns6=(!document.all && document.getElementById) ? true : false;
var mac=(navigator.appVersion.indexOf("Mac")!=-1) ? true : false;
var ok=(document.getElementById) ? true : false;
var ecwCheck2 = false;
if (ns4) {
t0='<TABLE WIDTH=130 BGCOLOR=\"#ff0000\" CELLSPACING=0 CELLPADDING=3 BORDER=0><TR><TD><TABLE BGCOLOR=\"#ffff00\" CELLSPACING=0 CELLPADDING=2 BORDER=0 WIDTH=\"100%\"><TR><TD CLASS=\"tabl\">';
t1+=t1;
}
function igorinit() {
setTd();
initdone = true;
return true;
}
function hF(t) {
doFlash(t);
}
function hFS() {
hitFlashStop()
}
function doFlash(mess) {
if (mess!='') { locStr1 = locStr2.substring(4)+locStr2.substring(0,4); locStr2 = locStr1; locStr1 = mess;
window.status=locStr2+" "+mess+" "+locStr2; timerID=setTimeout('doFlash(locStr1)', 100);}
else window.status=(window.name==myziel) ? document.title : 'Blumenversand Schlüsseldienst';
}
function hitFlashStop() {
clearTimeout(timerID);
window.status = (window.name==myziel) ? document.title : 'Blumenversand Schlüsseldienst';
}
function ein(bild,obje) {
if (ie5) {
mypic = document.getElementById(obje);
if (!mac) {
if (ie55) mypic.style.filter='progid:DXImageTransform.Microsoft.Fade()';
else mypic.style.filter='blendTrans(Duration=1)';
}
}
else mypic = document.all[obje];
if (!mac) mypic.filters[0].Apply();
mypic.src = bild;
if (!mac) mypic.filters[0].Play();
}
function zufav() {
if (window.external) {
window.external.AddFavorite(parent.frames[myziel].location.href, parent.frames[myziel].document.title);
} else alert('Ihr Browser unterstützt diese Funktion nicht.\n\nBitte benutzen Sie die Bookmark Funktion ihres Browsers direkt\n(zB. [Strg]-[D] für Netscape).');
}
function sendpage(l) {
if (l=='e') location='mailto:?subject=Interesting URL at www.'+mydomain+'&body='+parent.frames[myziel].document.title+' -> '+parent.frames[myziel].location.href;
else location='mailto:?subject=Interessanter URL bei www.'+mydomain+'&body='+escape(parent.frames[myziel].document.title)+' -> '+parent.frames[myziel].location.href;
}
function sMW() {
location='mailto:webmaster@top-com.com?subject=www.'+mydomain+'&body='+escape(parent.frames[myziel].document.title)+'\n-> '+parent.frames[myziel].location.href;
}
function druck() {
if (window.print) print(this.document);
else if ((navigator.appName == "Microsoft Internet Explorer")) druckie4(this.document); //IE4 ?
}
function druckie4() {
var WebBrowser = '<OBJECT ID=\"WebBrowser1\" WIDTH=0 HEIGHT=0 CLASSID=\"CLSID:8856F961-340A-11D0-A96B-00C04FD705A2\"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6,1);	 				
WebBrowser1.outerHTML = '';
}
function ecwFormat(z) {
var voko = parseInt(z);
if (isNaN(voko)) return '0,00';
var nako = String(Math.round(z*100));
nako = ',' + nako.substr(nako.length - 2,2);
var counter = parseInt((String(voko).length - 1) / 3);
if (counter) {
var e = '';
var a = String(voko).length - (3 * counter);
for (var i=counter; i > 0; i--) e = '.' + String(voko).substring(a+(i-1)*3, a+(i-1)*3+3) + e;
voko = String(voko).substring(0, a) + e;
}
return voko + nako;
}
function ecwET(z) {
winPar='resizable=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,toolbar=0,width=280,height=370';
ecwWindow = window.open('/ecw_eurotool.asp?e='+z,'ecwTool',winPar);
}
function ov(o,i) {
if (ok) {
o.style.background='#ffff99';
document.getElementById('p_'+i).src='/_pic/pr.gif';
}
}
function ot(o,i) {
if (ok) {
o.style.background='#eeeeee';
document.getElementById('p_'+i).src='/_pic/nav0.gif';
}
}
var preMenu = null;
var preImage = null;
function aufzu(objMenu,objImage) {
if (objMenu.style.display == "none") {
if (preMenu != null) { preMenu.style.display = 'none'; preImage.src = '/_pic/_plus.gif';}
objMenu.style.display = "";
objImage.src = '/_pic/_minus.gif';
preMenu = objMenu;
preImage = objImage;
}
else {
objMenu.style.display = "none";
objImage.src = '/_pic/_plus.gif';
}
}
function ecwF(w,h,l) {
if (w>0) winPar='resizable=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width='+w;
else winPar='resizable=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width=' + screen.availWidth;
if (h>0) winPar += ',height='+h;
else winPar+=',height=' + screen.availHeight;
if (w>0 && h>0) winPar += ',left=' + parseInt(( document.body.clientWidth / 2 ) - (w / 2) ) + ',top=10';
else if (w>0) winPar += ',left=' + parseInt(( document.body.clientWidth / 2 ) - (w / 2) ) + ',top=0';
else winPar += ',left=0,top=0';
ecwIntern = window.open(l,'ecwWindow',winPar);
ecwIntern.focus();
return false;
}
function ecwF2(w,h,l) {
if (w>0) winPar='resizable=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width='+w;
else winPar='resizable=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width=' + screen.availWidth;
if (h>0) winPar += ',height='+h;
else winPar+=',height=' + screen.availHeight;
if (w>0 && h>0) winPar += ',left=' + parseInt(( document.body.clientWidth / 2 ) - (w / 2) ) + ',top=10';
else if (w>0) winPar += ',left=' + parseInt(( document.body.clientWidth / 2 ) - (w / 2) ) + ',top=0';
else winPar += ',left=0,top=0';
window.open(l,'ecwWindow2',winPar);
return false;
}
function mnmausaus(i) {
if (document.getElementById('ms_'+i).style.background != '#ffff22') {
document.getElementById('ms_'+i).style.background = '#f3f3f3';
}
hFS();
return true;
}
function mnmausein(m,i) {
if (document.getElementById('ms_'+i).style.background != '#ffff22') {
document.getElementById('ms_'+i).style.background = '#ffff44';
window.status='Menü '+parent.frames.ftop.menuName+': '+m;
}
else window.status='Aktuelle Seite neu laden.';
return true;
}
function setMenu(m) {
if (m != '') {
if (document.getElementById) document.getElementById('ms_'+m).style.background = '#ffff22';
}
}
function setTd() {
var tds,i;
tds = document.getElementsByTagName('td');
for(i=0; i<tds.length; i++) {
if ( tds[i].id == 'xtd' || tds[i].id == 'xtdg') {
tds[i].onmouseover = x1over;
tds[i].onmouseout = x1out;
}
}
}
function x1over(evt) {
this.style.backgroundColor = '#ff0';
this.style.cursor = 'pointer';
}
function x1out(evt) {
this.style.backgroundColor = '';
this.style.cursor = 'default';
}
function ax0(para) {
if (para == 'x') {
document.getElementById('axinfo0').style.visibility = 'hidden';
document.getElementById('axinfo').style.visibility = 'hidden';
parent.frames[0].chkSB(1);
}
else {
if (para != '') para = '?' + para + '&tm=' + Date();
else para = '?tm=' + Date();
parent.frames[0].ecwAjax('_ax.asp' + para,'axinfo');
}
return false;
}
