
// 
function setHeight(idName, newHeight)
	{
		document.getElementById(idName).style.height = newHeight;
	}

//
function openPopup(lang)
	{
		window.open('http://www.chicco.com/copyright.asp?L='+lang,'Copyright','width=370,height=400,scrollbars=yes')
	}
