// <![CDATA[

function openPopup(url, w, h){
    window.open(url, '', 'width='+w+',height='+h+',scrollbars=yes');
    return false;
}

// ]]>
