function openPop( el, event )
{
	if( event ) event.preventDefault();
    window.open( el.href );
    return false;
}
