function popUp()
{
window.open("http://www.jayadesign.com.br/pop-up/",null,
    "height=426,width=426,status=yes,toolbar=no,menubar=no,location=no");
}
 
addLoadEvent(popUp);