// JavaScript Document

function popitup(url,params)
{
	newwindow=window.open(url,'_blank',params);
	return false;
}



function hidestatus(){
window.status=':::Paula Ferré:::'
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus


