//--------------------------------------------------------- //------ SCRIPT PRO OTEVRENI VELKE FOTKY V NOVEM OKNE ----- //--------------------------------------------------------- //------ pouziti: //------ //--------------------------------------------------------- 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="" 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") } }