function galleryPopup()
{
	x = window.open('huta/index.html', 'gallerybig', 'menubar=no,toolbar=np,location=no,scrollbars=no,resizable=no,statusbar=no,width=1000,height=680');
	return false;
}

