function roll_over(img_name, img_src) { document[img_name].src = img_src; } var newwindow; function poptastic(url) { newwindow=window.open(url,'name','height=400,width=400'); if (window.focus) {newwindow.focus()} }