
function openPopup() { //v2.0
var theUrl ='fostercollection/index.html'
	//alert(theUrl)
 fs = window.open(theUrl,'cv','scrollbars=no,width=1024,height=620');
 fs.focus();
fs.moveTo(((screen.width/2)-(1024/2)),((screen.height/2)-(620/2)));

}

function openImages() { //v2.0
var theUrl = 'libretto.html'
	//alert(theUrl)
 fs = window.open(theUrl,'libro','scrollbars=no,width=550,height=380' );
 fs.focus();
fs.moveTo(0,0);
}
