// scripts copyright (c) 2001-2005 Bruno Simic | XpertMind

function onw(sURL, sWidth, sHeight){var sProps = "width=" + sWidth + ",height=" + sHeight +  ",directories=0,location=0,menubar=0,resizable=1,scrollbars=0,status=0,titlebar=0,toolbar=0,left=30,top=50";        w = window.open(sURL, "Contact", sProps);        w.focus();}

function kontakt(address, subject, body) 
{
if (address == 'i') address = 'info';
var at = '@';
var dom = 'photeka';
var dot = '.';
var land = 'com';
var address = address + at + dom + dot + land;
document.location = 'mailto:'+address+'?subject='+subject+'&body='+body;}
