Changed it to this..


function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=600,height=600,screen X=0,screenY=0,top=0,left=0')
}

Nothing happened..