<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function externalLinks() {
	if (!document.getElementsByTagName) return;
	var anchors = document.getElementsByTagName("a");
	for (var i=0; i<anchors.length; i++) {
		var anchor = anchors[i];
		if (anchor.getAttribute("href")) {
			switch (anchor.getAttribute("rel")) {
				case "external":
					anchor.target = "_blank";
					break;
				case "fotogalerie":
					anchor.href = "javascript:MM_openBrWindow('" + anchor.href + "','','width=630,height=480,scrollbars=no,resizable=yes');";
					break;
			}
		}
	}
}

//Potvrzeni mazani cehokoli
function confirmDel(hlaska, adr){
	if (hlaska=='' || hlaska==undefined) hlaska = "Skutečně chcete tento záznam smazat?";
	if(confirm(hlaska)){
		self.location.href = adr
		//alert(adr)
	}
}

window.onload = externalLinks;
//-->

