
//return MojaTapeta('122601','51/max/56171_14.jpg')

function wyslijKom()
{
  var pathKom = idkomorka+'/max/'+maxImg;          

  MojaTapeta('122601',pathKom);
}


function MojaTapeta(s,l) {
	w=window.open(
		l?'http://www.mojatapeta.com/'+s+'/'+escape(l)
		:'http://www.mojatapeta.com/?s='+s,
		'MT','width=510,height=500,scrollbars=yes');
	return false;
}
