function winopen(id,language) {
	win = window.open("http://www.sencak.com/show-img/?id="+id+"&language="+language, "obrazek",  "toolbar=0,location=0,scrollbars=1,resizable=1,status=0,width=400,height=400");
	win.moveTo(50,50);
	return (typeof(win)=='object') ? false : true;
}

function winopenNoGal(img,language) {
	win = window.open("http://www.sencak.com/show-img/?img="+img+"&language="+language, "obrazek",  "toolbar=0,location=0,scrollbars=1,resizable=1,status=0,width=400,height=400");
	win.moveTo(50,50);
	return (typeof(win)=='object') ? false : true;
}
