function openwindow1(width,height,url,center) {
	if (center) {
		var left=(screen.width-width-10)/2;
		var top=(screen.height-height-20)/2;
	} else {
		var left=20;
		var top=20;
	}

	if (left<0) left=0;
	if (top<0) top=0;	

	var options = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width="+width+",height="+height+",left="+left+",top="+top;
	var mypopup = window.open( url ,"popupwindow1", options);
	mypopup.moveTo(left, top);
}

function oeffne(url)
{
var fenster=window.open(url,"","height=512,width=538")
if (parseInt(navigator.appVersion)>=4){fenster.window.focus();}
}
function oeffne1(url)
{
var fenster=window.open(url,"","height=300,width=360")
if (parseInt(navigator.appVersion)>=4){fenster.window.focus();}
}
function oeffne2(url)
{
var fenster=window.open(url,"","height=420,width=440")
if (parseInt(navigator.appVersion)>=4){fenster.window.focus();}
}
function oeffne3(url)
{
var fenster=window.open(url,"","height=520,width=548")
if (parseInt(navigator.appVersion)>=4){fenster.window.focus();}
}
function oeffne4(url)
{
var fenster=window.open(url,"","height=520,width=564")
if (parseInt(navigator.appVersion)>=4){fenster.window.focus();}
}
function oeffne5(url)
{
var fenster=window.open(url,"","height=520,width=260")
if (parseInt(navigator.appVersion)>=4){fenster.window.focus();}
}
function oeffne6(url)
{
var fenster=window.open(url,"","height=320,width=320")
if (parseInt(navigator.appVersion)>=4){fenster.window.focus();}
}
function oeffne7(url)
{
var fenster=window.open(url,"","height=545,width=720")
if (parseInt(navigator.appVersion)>=4){fenster.window.focus();}
}
function oeffne8(url)
{
var fenster=window.open(url,"","height=400,width=600")
if (parseInt(navigator.appVersion)>=4){fenster.window.focus();}
}
function oeffne9(url)
{
var fenster=window.open(url,"","height=400,width=500")
if (parseInt(navigator.appVersion)>=4){fenster.window.focus();}
}
function oeffne10(url)
{
var fenster=window.open(url,"","height=240,width=420")
if (parseInt(navigator.appVersion)>=4){fenster.window.focus();}
}
function oeffne11(url)
{
var fenster=window.open(url,"","height=270,width=491,left=30,top=40")
if (parseInt(navigator.appVersion)>=4){fenster.window.focus();}
}

function farbwaehler() {
fenster = window.open("http://www.ecombiz.de/uploads/colormatch/index.php","PopUp","width=800,height=900,left=100,top=100,menubar=no,toolbar=no,scrollbars=yes,status=no,resizable=yes,location=no,hotkeys=no")
}





