// JavaScript Document

function advBella(name) {
	adverBella= window.open(name,'','width=393,height=500,scrollbars=yes');
	adverBella.focus();
}

function newWindow(bigImage) {
	bigImageWindow = window.open(bigImage,'','width=500,height=500');
	bigImageWindow.focus();
}
