function synchWithIndex(target, url) {
	parent.frames[target].location.replace(url);
}

function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}

function createPopup(destUrl) {
	window.open(destUrl, 'nuovaFinestra', 'width=750,height=450,scrollbars=yes,left=20,top=20');
	return false;
}

function createPopup2(destUrl) {
	window.open(destUrl, 'nuovaFinestra', 'width=1010,height=570,scrollbars=no,left=20,top=20');
	return false;
}

function createPopup3(destUrl) {
	window.open(destUrl, 'nuovaFinestra', 'width=900,height=620,scrollbars=no,left=20,top=20');
	return false;
}