<!--
function openBrWindow(theURL,winName,features) { //PopUp ikkunat tuotteisiin
  window.open(theURL,winName,features);
}
//-->