function setPoint(obj,bgc)
{
	if(!OP)
		obj.style.backgroundColor = bgc;
	else
		obj.setAttribute('bgcolor', bgc, 0);
}
function openLogin(key)
{
	w = (screen.width-600)/2;
	h = (screen.height-400)/4; 
	wi = window.open("./customer.config/login.php?"+key,"login","left="+w+",top="+h+",width=600,height=400,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no");
	wi.focus();
}
function openAGB_DAT(site)
{
	w = (screen.width-500)/2;
	h = (screen.height-500)/4; 
	if(site==1)
		wi = window.open("agb.xhtml","agb","left="+w+",top="+h+",width=500,height=500,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
	else if(site==2)
		wi = window.open("datensch.xhtml","dat","left="+w+",top="+h+",width=500,height=500,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
	wi.focus();
}
function openWin(str){
	w = (screen.width-270)/2;
	h = (screen.height-400)/4; 
  	wi = window.open("anz.xhtml?"+str,"viewWin","width=270,height=400,left="+w+",top="+h+",scrollbars=no,status=no,toolbar=no,resizable=no,menubar=no");
  	wi.focus();
}
function openForgot(key)
{
	w = (screen.width-600)/2;
	h = (screen.height-400)/4; 
	wi = window.open("../customer.config/forgot.php?"+key,"login","left="+w+",top="+h+",width=600,height=400,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no");
	wi.focus();
}
