function openWin(url, width, height)

{

	window.open(url,'zoomFenster','width='+width+',height='+height+',scrollbars=no');

}



function openColors(colors)

{

	window.open('colors.php?colors='+colors,'colorsWin','width=70,height=180,scrollbars=no,status=no,resizable=yes');

}

function openCatalog(name)
{	
	var width = screen.width;
	if (width>1024) width=1275;
	window.open('http://www.rumpf.net/kataloge/'+name,'catalogWindow','width=' + width + ',height=' + screen.height + ',left=' + screen.availWidth-width/2 + ',scrollbars=0,resizable=1');
}

function openDesigns(designs)

{

	window.open('designs.php?designs='+designs,'designsWin','width=110,height=180,scrollbars=no,status=no,resizable=yes');

}



function changeImage(imagename, file)

{

	document.getElementById(imagename).src="http://www.so-danca.de/img/products/"+file;

}
