//---------------
// Zápis Cookie
//---------------
function WriteCookie (Name, Value, Expire, Path, Domain, Secure){

if (screen.height > 770) {
  var Cookie = 'fotografie' + '=' + escape ('velke');
  } 
else { 
  var Cookie = 'fotografie' + '=' + escape ('velke');
  } 
  document.cookie = Cookie;
}
