function fnNoteForUsResidents() {
	USwin=window.open("http://www.henkel.com/int_henkel/usresidents/popup.cfm?title=Note%20for%20US%20Residents&id=52900415-32CC-4E30-9377C2D33EAF04B5","USPopup","width=532,height=357,screenX=0,screenY=0,scrollbar=1,resizable=yes")
	if (USwin) 
		USwin.focus()
}

function photoWindowOpen(url,width,height,desc) {
	if (width==50)
		width = 450;
	if (height==50)
		height = 300;

	if (desc && desc.length>0) {
		height += 60
	} else {
		height += 20;
	}

	width += 10;
	window.open(url, 'photogallery', 'width='+width+',height='+height);
}

function fnPopPodminkyPouziti()
{
	popwin=window.open("http://www.henkel.com/int_henkel/meta_cz/technical/wtechnical_content.cfm?container_add=copyright","InfoPopup","toolbar=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=yes,width=420,height=300")
	if (popwin) 
		popwin.focus()
	

}

function printArticle() {
	
}