function popwin(winurl,winname,winfeatures) { var newwin; newwin = window.open(winurl,winname,winfeatures); }