function PictWindow(fullImgURL,winWidth,winHeight)
{

if (PictWindow.arguments.length ==1)
{
	winWidth=655;winHeight=500;
}

okno=window.open("","Pokus","width="+winWidth+",height="+(winHeight+32)+",scrollbars,resizeable");

imgUrl=fullImgURL;

//okno.document.open();
okno.document.write("<HTML><HEAD><TITLE>www.Czech-Inspiration.cz</TITLE></HEAD><BODY link=gray text=gray bgcolor=black leftmargin=\"0\" topmargin=\"3\" marginwidth=\"0\" marginheight=\"0\"><CENTER>");
okno.document.write("<A HREF=\"JavaScript: window.close();\"><IMG SRC='"+imgUrl+"' BORDER=1>");
okno.document.write("<BR>zavrit okno / close window</A>");
okno.document.write("</CENTER></BODY></HTML>");
//okno.document.close();
}

function writeCopyright (Msg)
{
	today=new Date();
	currYear=today.getYear();
	
	if (currYear<1900) currYear+=1900;
	
	document.write ("&copy;2001-"+currYear+Msg);

}


document.write ("<p class=\"copyright\">");

//document.write ('<hr width=\"100%\"><a href=\"http://www.estudio.cz\" TARGET=\"_blank\"><img src=\"../images/copyright.gif\" border=0></a>');

/*
strURL=document.URL;
if ((strURL.indexOf('kk')==-1)&&(strURL.indexOf('mesta')==-1)&&(strURL.indexOf('navstivte')==-1))
{
 document.write ('<img src="../images/bg_menu.gif" height=2 width=750 border=0><br>');
 }
 else
 {
 document.write ('<img src="../../images/bg_menu.gif" height=2 width=750 border=0><br>');
}
*/

writeCopyright (" html, design, php by <a href=\"http://www.nastrankach.cz\">jkd</a>");
document.write ('</p>');

