//---------------------------------------------------------
//------ SCRIPT PRO OTEVRENI VELKE FOTKY V NOVEM OKNE -----
//---------------------------------------------------------

//------ pouziti: 
//------ <a href="relativni_cesta_k_obrazku" target="_blank" OnClick="show_big(this.href, 'nepovinny_popisek'[, 'styl'|0]"); return false;">
//---------------------------------------------------------

function show_big(obr,popisek,styl) {
	if (typeof(document.body.onresize)!="undefined") {
		if (popisek) popisek=popisek.replace(/%/g,"%25").replace(/&/g,"%26")
		else popisek=""
		if (!styl && styl!=0) styl=""
		window.open("inc/showbig.inc.php?obr="+obr+"&styl="+styl+"&popisek="+popisek+"&from="+self.location,"show_big","toolbar=no,scrollbars=no,location=no,status=no,width=200,height=100,resizable=no,menubar=no,directories=no")
	} else {
		window.open(obr,"show_big")
	}
}
