/* Functions */

// picWin by James
function picWin(){var url=(typeof(arguments[0])=="string")?arguments[0]:"URL_MISSING";var width=arguments[1] || 100;var height=arguments[2] || 100;var title=arguments[3] || "";var winParams=arguments[4] || "";var closeTitle=(document.lang=="cs")?"Kliknutím zavøete okno":"Click to close the window";var encoding="iso-8859-2";if(typeof(arguments[0])=="object"){var assign=function(data){var vars=["url","width","height","title","winParams","closeTitle","encoding"];var vl=vars.length;for(var i=0;i<vl;i++)if(!isUndefined(data[vars[i]]))eval(vars[i]+"=data."+vars[i]);};assign(arguments[0]);}var win=window.open("about:blank","","width="+width+",height="+height+((winParams=="")?"":(","+winParams)));if(typeof(win)!="object")return true;var html='<html><head><title>'+title+'</title><meta http-equiv="content-type" content="text/html; charset='+encoding+'"></head><body style="margin:0"><img src="'+url+'" style="cursor:pointer;display:block;" width="'+width+'" height="'+height+'" alt="'+title+'" title="'+closeTitle+'"></body></html>';win.document.open();win.document.write(html);win.document.onclick=function(){win.close();};win.document.close();win.focus();return false;}

  
  
  
  
  
 
