var bookmarkurl="http://www.i-dome.com/";
var bookmarktitle="i-dome.com - Il portale sull'e-business per le PMI - i-dome.com";

function preferiti(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
function home() {
if(document.all)
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage('http://www.i-dome.com/');
}

window.name="pagina";
function openpopup(popup, width, height)
{
if(width==undefined)
	width=800;
if(height==undefined)
	height=480;
pname="popup0";
xl=10;
if(window.name.substr(0,5)=="popup")
{
	idpopup=parseInt(window.name.substr(5,1))+1;
	xl=idpopup*10;
	pname="popup"+idpopup;
}
	newWindow1=window.open(popup,pname,"resizable=yes,width="+width+",height="+height+",scrollbars=yes,screenX="+xl+",screenY="+xl);

	newWindow1.focus();
    return false;
}

