
//preload images:
a1 = new Image(46,42);
a1.src = "../img/btnHome.gif";
a2 = new Image(46,42);
a2.src = "../img/btnHomeH.gif";


//image swapping function:
function hiLite(imgDocID, imgObjName, comment) 
{
document.images[imgDocID].src = eval(imgObjName + ".src");
window.status = comment; return true;
}



// oNewWindow = window.open( [sURL] [, sName] [, sFeatures] [, bReplace])


function apri(nome) 
{
	window.open(nome, "", "directories=no, menubar=0, width=500, height=600, left=50, top=50, resizable=no, location=0, titlebar=0")
}

