function popwin(the_page,the_target,the_width,the_height,sb) {
	window.open(the_page,the_target,
		    "toolbar=0,status=no,menubar=no,scrollbars=" + sb + ",resizable=yes,width=" + the_width + ",height=" + the_height);
                    self.name='cup'; 
} 