function get(object,self) {
	var value = object.options[object.selectedIndex].value;
	if (value=='') return;
	if(self) window.parent.location.href = value;
	else
	window.open(value);
}
function execute(object) {
	var code = object.options[object.selectedIndex].value;
	if (code != '') eval(code);
}
// eee screen widtha trza jeszcze zrobic
function gallery(id, width, height)
{
window.open("showpic.php?show="+id+"&width="+width,id, 'width=660,height=500,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=yes');
}
function product(filename,width,height)
{
if(width) window.open("showprod.php?show="+filename,"a",'width='+width,'height='+height,'menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=yes');
else
window.open("showprod.php?show="+filename,"a",'width=640,height=480,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=no');
}
function showphoto(plik)
{
window.open("showpic.php?show="+id+"&width="+width,id, 'width=660,height=500,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=yes');
}