<!--
function popupWindow(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
}

function popupWindow2(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=450,height=390,screenX=150,screenY=150,top=150,left=150')
}

function popupWindow3(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=500,height=400,screenX=150,screenY=150,top=150,left=150')
}

function popupWindow4(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=500,height=470,screenX=150,screenY=150,top=150,left=150')
}

function popupXL1(of,img,img_width, img_height) {
	var xlContStyle = document.getElementById('xlCont').style
	document.getElementById('xlImg').src= 'images/images_big/' + img
	xlContStyle.display='block';
	document.getElementById('xlImg').height= img_height;
	document.getElementById('xlImg').width= img_width;
}
// -->