function popWin(the_page,the_target,the_width,the_height,sb){
	window.open(the_page,the_target,"status=no,screenX=200,screenY=200,top=200,left=200,menubar=no,scrollbars=" + sb + ",resizable=yes,width=" + the_width + ",height=" + the_height);
}