function newwindow (url){ var specs='width=434,height=550,resizable=yes,scrollbars=no,status=0'; var infow=window.open(url,'infow',specs); if (!infow) return; infow.location.href = url; }