var win;

function f_OpenWindowImg(imgpath) {
	var img = new Image;
	img.src = imgpath;
	var imgwidth = img.width;
	var imgheight = img.height;
	if (win) {
		win.close();
		win = null;}
	win=window.open("","img",'toolbar=0,location=0,scrollbars=0,width='+imgwidth+',height='+imgheight+',resizable=1,top=20,left=20');
	win.focus();
	win.document.open();
	win.document.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1245"><meta http-equiv="Content-Language" content="cs"><meta http-equiv="Expires" content="Mon, 26 Jul 1997 05:00:00 GMT"><title>'+imgpath+'</title></head>');
	win.document.write('<body lang="cs" leftmargin="0" topmargin="0">');
	win.document.write('<a href="javascript:void(self.close())">');
	win.document.write('<img src="' + imgpath + '" width=' + imgwidth + ' height=' + imgheight + ' title="Zavøít okno" border=0>');
	win.document.write('</a>');
	win.document.write('</body></html>');
	win.document.close();}

function f_Footer()	{
	document.write('<p>&nbsp;</p>');
	document.write('<img src="/images/dot_seda.gif" width="100%" height="1">');
	document.write('<p align="right" class="note">');
	document.write('Copyright &copy; 2001-2010 www.sipky.cz');
	document.write('</p>');}
	
function f_Translation(imgpath){
	document.write('<p align="right" class="note">');
	document.write('<img src="/images/dot_seda.gif" width="100%" height="1">');
	document.write('Translation &copy; www.sipky.cz');
	document.write('</p>');}

function f_OpenWindowImg2(imgpath, imgwidth, imgheight, titulek) {
	var imgheight2 = imgheight + 30;
	var imgwidth2  = imgwidth + 19;
	if (win) {
		win.close();
		win = null;}
	win=window.open("","img",'toolbar=0,menubar=0,location=0,scrollbars=1,width='+imgwidth2+',height='+imgheight2+',resizable=1,top=20,left=20');
	win.focus();
	win.document.open();
	win.document.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1245"><meta http-equiv="Content-Language" content="cs"><meta http-equiv="Expires" content="Mon, 26 Jul 1997 05:00:00 GMT"><title>'+imgpath+'</title><link href="/include/sipky.css" rel="StyleSheet" type="text/css"></head>');
	win.document.write('<body lang="cs" leftmargin="0" topmargin="0">');
	win.document.write('<a href="javascript:void(self.close())">');
	win.document.write('<img src="' + imgpath + '" width=' + imgwidth + ' height=' + imgheight + ' title="Zavøít okno" border=0>');
	win.document.write('</a>');
	win.document.write('<p class="header2" align="center">&nbsp;' + titulek + '</p>');
	win.document.write('</body></html>');
	win.document.close();}
	
function f_OpenWindowSwf(imgpath, imgwidth, imgheight, titulek) {
	var imgheight2 = imgheight + 30;
	if (win) {
		win.close();
		win = null;}
	win=window.open("","img",'toolbar=0,location=0,scrollbars=0,width='+imgwidth+',height='+imgheight2+',resizable=1,top=20,left=20');
	win.focus();
	win.document.open();
	win.document.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1245"><meta http-equiv="Content-Language" content="cs"><meta http-equiv="Expires" content="Mon, 26 Jul 1997 05:00:00 GMT"><title>'+imgpath+'</title><link href="/include/sipky.css" rel="StyleSheet" type="text/css"></head>');
	win.document.write('<body lang="cs" leftmargin="0" topmargin="0">');
	win.document.write('<embed src="' + imgpath + '" quality="high" width=' + imgwidth + ' height=' + imgheight + ' type="application/x-shockwave-flash"></embed>');
	win.document.write('<p class="header2" align="center">&nbsp;' + titulek + '</p>');
	win.document.write('</body></html>');
	win.document.close();}
	
function f_OpenWindowImg3(imgpath, titulek) {
	var img = new Image;
	img.src = imgpath;
	var imgwidth = img.width;
	var imgheight = img.height;
	var imgheight2 = imgheight + 30;
	if (win) {
		win.close();
		win = null;}
	win=window.open("","img",'toolbar=0,location=0,scrollbars=0,width='+imgwidth+',height='+imgheight2+',resizable=1,top=20,left=20');
	win.focus();
	win.document.open();
	win.document.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1245"><meta http-equiv="Content-Language" content="cs"><meta http-equiv="Expires" content="Mon, 26 Jul 1997 05:00:00 GMT"><title>'+imgpath+'</title><link href="/include/sipky.css" rel="StyleSheet" type="text/css"></head>');
	win.document.write('<body lang="cs" leftmargin="0" topmargin="0">');
	win.document.write('<a href="javascript:void(self.close())">');
	win.document.write('<img src="' + imgpath + '" width=' + imgwidth + ' height=' + imgheight + ' title="Zavøít okno" border=0>');
	win.document.write('</a>');
	win.document.write('<p class="header2" align="center">&nbsp;' + titulek + '</p>');
	win.document.write('</body></html>');
	win.document.close();}	
