function popupPicts(pictName){
	theURL = "elemek/picture.html?"+pictName;
	new_win = window.open(theURL, '_blank', 'width=178, height=178, location=no, menubar=no, scrollbars=no, resizable=no, toolbar=no, statusbar=no');
	return;
};

function bestofBP(){
	theURL = "elemek/best_of_bp.html";
	window.open(theURL, 'BestOfBudapest', 'width=1020, height=480, location=no, menubar=no, scrollbars=no, resizable=no, toolbar=no, statusbar=no');
	return;
};

objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++) {
	objects[i].outerHTML = objects[i].outerHTML;
};
