function openBareWindow(url,width,height) {
	f1=window.open(url,'','width='+width+',height='+height);
	f1.focus();
};

function openScrollableWindow(url,width,height) {
	f1=window.open(url,'','directories=no,scrollbars=yes,status=no,width='+width+',height='+height+',screenX=0,screenY=0');
	f1.focus();
};

function weitersagen(katnr) {
	openBareWindow('http://www.raddiscount.de/cgi-bin/weitersagen/weitersagen.php?template=w&katnr='+katnr,500,550);
};

function nikolaus(katnr) {
	openBareWindow('http://www.raddiscount.de/cgi-bin/weitersagen/weitersagen.php?template=n&katnr='+katnr,500,550);
};

function rahmenhoehe() {
	openBareWindow('/includes/rahmenhoehe.htm',620,385);
};

function finanzkauf() {
	openBareWindow('/hilfe/finanzkauf.htm',500,480);
};

function aktion() {
	openBareWindow('/hilfe/weihnachtshilfsaktion.htm',500,480);
};

function search(mode)
{
if(mode=="enter")
	{ if(document.sform.KEYWORDS.value=="Suchbegriff")
		{ document.sform.KEYWORDS.value=""; }
	}
else if(mode=="leave")
	{ if(document.sform.KEYWORDS.value=="")
		{ document.sform.KEYWORDS.value="Suchbegriff"; }
	}
}

function plistemail(mode)
{
if(mode=="enter")
	{ if(document.pform.email.value=="E-Mail")
		{ document.pform.email.value=""; }
	}
else if(mode=="leave")
	{ if(document.pform.email.value=="")
		{ document.pform.email.value="E-Mail"; }
	}
}

function plistname(mode)
{
if(mode=="enter")
	{ if(document.pform.name.value=="Ihr Name")
		{ document.pform.name.value=""; }
	}
else if(mode=="leave")
	{ if(document.pform.name.value=="")
		{ document.pform.name.value="Ihr Name"; }
	}
}

