How come if I add the scrollbars=yes and the resizable=yes in the script at the top...
var newwin = window.open(url,"imagewindow","top=0,left=0,location=no,menubar=no,status=no,directories=no,scrollbars=yes,resizable=yes,toolbar=no");
I can't get it to work but if I add it in the window.open...